We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebc575 commit 355ab19Copy full SHA for 355ab19
Dockerfile
@@ -20,7 +20,9 @@ ARG TARGETOS TARGETARCH
20
# Build
21
RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH GO111MODULE=on go build -a -o manager main.go
22
23
-FROM public.int.repositories.cloud.sap/alpine:3.20.0
+
24
+FROM alpine:3.22.1
25
26
WORKDIR /
27
COPY --from=builder /workspace/manager .
28
USER 65534:65534
0 commit comments