Skip to content

Commit

Permalink
feat: release-4.0 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
veezhang authored May 22, 2023
1 parent 1cd45ee commit a0a27ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration-testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .

Expand Down
8 changes: 4 additions & 4 deletions integration-testing/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a0a27ca

Please sign in to comment.