another try
This commit is contained in:
parent
b317c748d5
commit
cf637e04bf
@ -6,7 +6,8 @@ ARG GO_VERSION=1.18
|
|||||||
ARG GORELEASER_XX_VERSION=1.2.5
|
ARG GORELEASER_XX_VERSION=1.2.5
|
||||||
|
|
||||||
FROM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} AS goreleaser-xx
|
FROM crazymax/goreleaser-xx:${GORELEASER_XX_VERSION} AS goreleaser-xx
|
||||||
FROM $BCI_GO:$GO_VERSION AS base
|
#FROM $BCI_GO:$GO_VERSION AS base
|
||||||
|
FROM registry.suse.com/bci/golang:1.18 AS base
|
||||||
COPY --from=goreleaser-xx / /
|
COPY --from=goreleaser-xx / /
|
||||||
RUN zypper --non-interactive install -y file git-core
|
RUN zypper --non-interactive install -y file git-core
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
Loading…
Reference in New Issue
Block a user