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