File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
2727 go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
2828RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go test handler/function/... -cover
2929
30- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.11
30+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.12
3131# Add non root user and certs
3232RUN apk --no-cache add ca-certificates \
3333 && addgroup -S app && adduser -S -g app app \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ WORKDIR /go/src/handler
3535RUN CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
3636 go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
3737
38- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.11
38+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.12
3939# Add non root user and certs
4040RUN apk --no-cache add ca-certificates \
4141 && addgroup -S app && adduser -S -g app app \
You can’t perform that action at this time.
0 commit comments