Skip to content

Commit 355ab19

Browse files
authored
Alpine3.20 (#552)
1 parent 2ebc575 commit 355ab19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ ARG TARGETOS TARGETARCH
2020
# Build
2121
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH GO111MODULE=on go build -a -o manager main.go
2222

23-
FROM public.int.repositories.cloud.sap/alpine:3.20.0
23+
24+
FROM alpine:3.22.1
25+
2426
WORKDIR /
2527
COPY --from=builder /workspace/manager .
2628
USER 65534:65534

0 commit comments

Comments
 (0)