Skip to content

Commit

Permalink
Merge pull request #5615 from thaJeztah/bump_compose_buildx
Browse files Browse the repository at this point in the history
Dockerfile: update buildx to v0.18.0, compose to v2.30.3
  • Loading branch information
thaJeztah authored Nov 14, 2024
2 parents a422840 + 3dd7621 commit e00ed82
Showing 1 changed file with 2 additions and 2 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.23.3
ARG XX_VERSION=1.5.0
ARG GOVERSIONINFO_VERSION=v1.3.0
ARG GOTESTSUM_VERSION=v1.10.0
ARG BUILDX_VERSION=0.17.1
ARG COMPOSE_VERSION=v2.29.7
ARG BUILDX_VERSION=0.18.0
ARG COMPOSE_VERSION=v2.30.3

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

Expand Down

0 comments on commit e00ed82

Please sign in to comment.