containerfile: bump base to alpine3.18 (also npm)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
649590f8af
commit
a70b52dc04
@ -22,7 +22,7 @@ RUN tar xf /tmp/dhall.tar.bz2 \
|
||||
&& time dhall --file /tmp/exampleConfig.dhall
|
||||
|
||||
|
||||
FROM docker.io/library/golang:1.20.6-alpine3.17 as go-build
|
||||
FROM docker.io/library/golang:1.20.6-alpine3.18 as go-build
|
||||
ARG VERSION
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
@ -31,7 +31,7 @@ COPY . /go/pcmt
|
||||
|
||||
WORKDIR /go/pcmt
|
||||
|
||||
RUN apk add --no-cache npm=9.1.2-r0 \
|
||||
RUN apk add --no-cache npm=9.6.6-r0 \
|
||||
&& go generate -v . \
|
||||
&& CGO_ENABLED=0 \
|
||||
go build -v -trimpath -ldflags="-s -w -X main.version=${VERSION:-prod}" .
|
||||
|
Loading…
Reference in New Issue
Block a user