commit
a70cf157b6
|
@ -20,7 +20,7 @@ FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS git
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
# xx is a helper for cross-compilation
|
# xx is a helper for cross-compilation
|
||||||
FROM --platform=$BUILDPLATFORM tonistiigi/xx:golang@sha256:810dc54d5144f133a218e88e319184bf8b9ce01d37d46ddb37573e90decd9eef AS xx
|
FROM --platform=$BUILDPLATFORM tonistiigi/xx@sha256:810dc54d5144f133a218e88e319184bf8b9ce01d37d46ddb37573e90decd9eef AS xx
|
||||||
|
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.13-alpine AS gostable
|
FROM --platform=$BUILDPLATFORM golang:1.13-alpine AS gostable
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.16-alpine AS golatest
|
FROM --platform=$BUILDPLATFORM golang:1.16-alpine AS golatest
|
||||||
|
|
Loading…
Reference in New Issue