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