Skip to content

Commit

Permalink
up bootstrap to 12 for unit_test_race
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimov committed Jun 2, 2023
1 parent 861448c commit 3f7fa9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/docker/unit_test_race/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG bootstrap_version=3.1
ARG bootstrap_version=12
ARG image="vitess/bootstrap:${bootstrap_version}-mysql57"

FROM "${image}"
Expand Down Expand Up @@ -32,4 +32,4 @@ RUN go install golang.org/x/tools/cmd/goimports@latest
RUN make tools

# sleep for 50 minutes
CMD sleep 3000
CMD sleep 3000

0 comments on commit 3f7fa9b

Please sign in to comment.