Skip to content

Commit

Permalink
Dockerfile: update xx to 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
(cherry picked from commit 5955ccf)
Signed-off-by: Andrey Epifanov <[email protected]>

# Conflicts:
#	Dockerfile
  • Loading branch information
crazy-max authored and aepifanov committed Feb 26, 2024
1 parent b379ed2 commit 1a47866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ ARG CNI_VERSION=v1.1.0
ARG STARGZ_SNAPSHOTTER_VERSION=v0.11.3

ARG ALPINE_VERSION=3.15
ARG XX_VERSION=1.3.0

# git stage is used for checking out remote repository sources
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS git
RUN apk add --no-cache git

# xx is a helper for cross-compilation
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.2.1 AS xx
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx

FROM --platform=$BUILDPLATFORM golang:1.18-alpine${ALPINE_VERSION} AS golatest

Expand Down

0 comments on commit 1a47866

Please sign in to comment.