File tree 2 files changed +2
-2
lines changed
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} \
27
27
go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
28
28
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go test handler/function/... -cover
29
29
30
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.11
30
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.12
31
31
# Add non root user and certs
32
32
RUN apk --no-cache add ca-certificates \
33
33
&& 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
35
35
RUN CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
36
36
go build --ldflags "-s -w" -a -installsuffix cgo -o handler .
37
37
38
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.11
38
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.12
39
39
# Add non root user and certs
40
40
RUN apk --no-cache add ca-certificates \
41
41
&& addgroup -S app && adduser -S -g app app \
You can’t perform that action at this time.
0 commit comments