diff --git a/integration-testing/Dockerfile b/integration-testing/Dockerfile index a857c74..ffabbad 100644 --- a/integration-testing/Dockerfile +++ b/integration-testing/Dockerfile @@ -6,7 +6,7 @@ ENV CGO_ENABLED 0 ENV GOOS linux WORKDIR /build/zero -RUN go install github.com/vesoft-inc/nebula-console@latest +RUN go install github.com/vesoft-inc/nebula-console@release-3.5 ADD . . diff --git a/integration-testing/docker-compose.yaml b/integration-testing/docker-compose.yaml index 933fe44..9d88bba 100644 --- a/integration-testing/docker-compose.yaml +++ b/integration-testing/docker-compose.yaml @@ -1,7 +1,7 @@ version: '3' services: metad: - image: vesoft/nebula-metad:nightly + image: vesoft/nebula-metad:v3.5.0 environment: USER: root TZ: UTC @@ -24,7 +24,7 @@ services: - SYS_PTRACE graphd1: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.5.0 environment: USER: root TZ: UTC @@ -51,7 +51,7 @@ services: - SYS_PTRACE graphd2: - image: vesoft/nebula-graphd:nightly + image: vesoft/nebula-graphd:v3.5.0 environment: USER: root TZ: UTC @@ -79,7 +79,7 @@ services: - SYS_PTRACE storaged: - image: vesoft/nebula-storaged:nightly + image: vesoft/nebula-storaged:v3.5.0 environment: USER: root TZ: UTC