Skip to content

Commit 539a92b

Browse files
authored
Merge pull request #5441 from thaJeztah/bump_buildx_compose
Dockerfile: update buildx to v0.17.1, compose to v2.29.4
2 parents 7b63045 + f7a513c commit 539a92b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ARG GO_VERSION=1.22.7
88
ARG XX_VERSION=1.5.0
99
ARG GOVERSIONINFO_VERSION=v1.3.0
1010
ARG GOTESTSUM_VERSION=v1.10.0
11-
ARG BUILDX_VERSION=0.16.1
12-
ARG COMPOSE_VERSION=v2.29.0
11+
ARG BUILDX_VERSION=0.17.1
12+
ARG COMPOSE_VERSION=v2.29.4
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.22.7
44
ARG ALPINE_VERSION=3.20
55

6-
ARG BUILDX_VERSION=0.16.1
6+
ARG BUILDX_VERSION=0.17.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)