Skip to content

Commit

Permalink
revert bootstrap version change
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Jan 19, 2024
1 parent e9925c7 commit 3f75e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile.percona57
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG bootstrap_version=10.2
ARG bootstrap_version=19
ARG image="vitess/bootstrap:${bootstrap_version}-percona57"

FROM "${image}"
Expand Down
2 changes: 1 addition & 1 deletion docker/base/Dockerfile.percona80
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG bootstrap_version=10.2
ARG bootstrap_version=19
ARG image="vitess/bootstrap:${bootstrap_version}-percona80"

FROM "${image}"
Expand Down

0 comments on commit 3f75e30

Please sign in to comment.