another try

This commit is contained in:
Frederic Crozat 2022-09-05 17:04:56 +02:00
parent b317c748d5
commit cf637e04bf

View File

@ -6,7 +6,8 @@ ARG GO_VERSION=1.18
ARG GORELEASER_XX_VERSION=1.2.5
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 / /
RUN zypper --non-interactive install -y file git-core
WORKDIR /src