We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbf3c2 commit 15bd258Copy full SHA for 15bd258
Makefile
@@ -243,7 +243,7 @@ $(PROTO_GO_OUTS): minimaltools install_protoc-gen-go proto/*.proto
243
# This rule builds the bootstrap images for all flavors.
244
DOCKER_IMAGES_FOR_TEST = mariadb mariadb103 mysql57 mysql80 percona57 percona80
245
DOCKER_IMAGES = common $(DOCKER_IMAGES_FOR_TEST)
246
-BOOTSTRAP_VERSION=10.2
+BOOTSTRAP_VERSION=14.12
247
ensure_bootstrap_version:
248
find docker/ -type f -exec sed -i "s/^\(ARG bootstrap_version\)=.*/\1=${BOOTSTRAP_VERSION}/" {} \;
249
sed -i 's/\(^.*flag.String(\"bootstrap-version\",\) *\"[^\"]\+\"/\1 \"${BOOTSTRAP_VERSION}\"/' test.go
0 commit comments