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 @@ -36,7 +36,7 @@ WORKDIR /go/src/handler
36
36
RUN CGO_ENABLED=${CGO_ENABLED} GOOS=${TARGETOS} GOARCH=${TARGETARCH} GOFLAGS=${GOFLAGS} \
37
37
go build --ldflags "-s -w" -o handler .
38
38
39
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19 .1 AS ship
39
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20 .1 AS ship
40
40
# Add non root user and certs
41
41
42
42
RUN apk --no-cache add ca-certificates \
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ WORKDIR /go/src/handler
33
33
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
34
34
go build --ldflags "-s -w" -o handler .
35
35
36
- FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.19 .1 AS ship
36
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.20 .1 AS ship
37
37
38
38
# Add non root user and certs
39
39
RUN apk --no-cache add ca-certificates \
You can’t perform that action at this time.
0 commit comments