Skip to content

Commit

Permalink
Merge pull request #5441 from thaJeztah/bump_buildx_compose
Browse files Browse the repository at this point in the history
Dockerfile: update buildx to v0.17.1, compose to v2.29.4
  • Loading branch information
thaJeztah authored Sep 16, 2024
2 parents 7b63045 + f7a513c commit 539a92b
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.22.7
ARG XX_VERSION=1.5.0
ARG GOVERSIONINFO_VERSION=v1.3.0
ARG GOTESTSUM_VERSION=v1.10.0
ARG BUILDX_VERSION=0.16.1
ARG COMPOSE_VERSION=v2.29.0
ARG BUILDX_VERSION=0.17.1
ARG COMPOSE_VERSION=v2.29.4

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.22.7
ARG ALPINE_VERSION=3.20

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

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

0 comments on commit 539a92b

Please sign in to comment.