Skip to content

Commit ba44f03

Browse files
committed
Fix Dockerfile xx
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 9e3d4b4 commit ba44f03

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ARG GO_VERSION=1.17
2+
ARG XX_VERSION=1.1.0
3+
4+
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
5+
16
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine as builder
27

38
# Copy the build utilities.

0 commit comments

Comments
 (0)