Skip to content

Commit 0275e89

Browse files
committed
update buildx to v0.19.3
Signed-off-by: CrazyMax <[email protected]>
1 parent 74f2862 commit 0275e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DOCKER_ENGINE_REF ?= $(REF)
4343
DOCKER_COMPOSE_REF ?= v2.32.1
4444
# DOCKER_BUILDX_REF is the version of compose to package. It usually is a tag,
4545
# but can be a valid git reference in DOCKER_BUILDX_REPO.
46-
DOCKER_BUILDX_REF ?= v0.19.2
46+
DOCKER_BUILDX_REF ?= v0.19.3
4747

4848
# Use "stage" to install dependencies from download-stage.docker.com during the
4949
# verify step. Leave empty or use any other value to install from download.docker.com

0 commit comments

Comments
 (0)