Skip to content

Commit

Permalink
Merge pull request #5265 from thaJeztah/27.1_backport_bump_buildx_com…
Browse files Browse the repository at this point in the history
…pose

[27.0 backport] Dockerfile: update buildx to v0.16.1, compose to v2.29.0
  • Loading branch information
thaJeztah authored Jul 19, 2024
2 parents 33bf62c + 259d5e0 commit 16d6c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG GO_VERSION=1.21.12
ARG XX_VERSION=1.4.0
ARG GOVERSIONINFO_VERSION=v1.3.0
ARG GOTESTSUM_VERSION=v1.10.0
ARG BUILDX_VERSION=0.15.1
ARG COMPOSE_VERSION=v2.28.0
ARG BUILDX_VERSION=0.16.1
ARG COMPOSE_VERSION=v2.29.0

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

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ARG GO_VERSION=1.21.12
ARG ALPINE_VERSION=3.20

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

FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS golang
Expand Down

0 comments on commit 16d6c90

Please sign in to comment.