Skip to content

Commit

Permalink
Merge pull request #3907 from thaJeztah/2.8_backport_update_xx
Browse files Browse the repository at this point in the history
[release/2.8 backport] Dockerfile: update xx to v1.2.1
  • Loading branch information
milosgajdos committed May 9, 2023
2 parents d3fac54 + 3d8f3cc commit b791fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -2,7 +2,7 @@

ARG GO_VERSION=1.18.8
ARG ALPINE_VERSION=3.16
ARG XX_VERSION=1.1.1
ARG XX_VERSION=1.2.1

FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
Expand Down

0 comments on commit b791fdc

Please sign in to comment.