Skip to content

Commit 5458fba

Browse files
committed
Update buildkit version from 0.10.6 -> 0.11.3
1 parent 88446d8 commit 5458fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ init-buildx:
126126
$(DOCKER) run --rm --privileged multiarch/qemu-user-static --reset --credential yes --persistent yes
127127
# Ensure we use a builder that can leverage it (the default on linux will not)
128128
-$(DOCKER) buildx rm multiarch-multiplatform-builder
129-
$(DOCKER) buildx create --use --name=multiarch-multiplatform-builder --driver-opt network=host --driver-opt image=moby/buildkit:v0.10.6
129+
$(DOCKER) buildx create --use --name=multiarch-multiplatform-builder --driver-opt network=host --driver-opt image=moby/buildkit:v0.11.3
130130
# Register gcloud as a Docker credential helper.
131131
# Required for "docker buildx build --push".
132132
gcloud auth configure-docker --quiet

0 commit comments

Comments
 (0)