Skip to content

Commit 659a3be

Browse files
authored
Merge pull request #5264 from thaJeztah/bump_buildx_compose
Dockerfile: update buildx to v0.16.1, compose to v2.29.0
2 parents 26b412e + 77c0d83 commit 659a3be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ARG GO_VERSION=1.21.12
88
ARG XX_VERSION=1.4.0
99
ARG GOVERSIONINFO_VERSION=v1.3.0
1010
ARG GOTESTSUM_VERSION=v1.10.0
11-
ARG BUILDX_VERSION=0.15.1
12-
ARG COMPOSE_VERSION=v2.28.0
11+
ARG BUILDX_VERSION=0.16.1
12+
ARG COMPOSE_VERSION=v2.29.0
1313

1414
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1515

dockerfiles/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG GO_VERSION=1.21.12
44
ARG ALPINE_VERSION=3.20
55

6-
ARG BUILDX_VERSION=0.15.1
6+
ARG BUILDX_VERSION=0.16.1
77
FROM docker/buildx-bin:${BUILDX_VERSION} AS buildx
88

99
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golang

0 commit comments

Comments
 (0)