diff --git a/Dockerfile b/Dockerfile index 895a151a..64f33b94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go # Refer to https://github.com/GoogleContainerTools/distroless for more details #FROM gcr.io/distroless/static:nonroot -FROM alpine:3.20 +FROM alpine:3.21.0 RUN apk add --no-cache bash WORKDIR / COPY --from=builder /workspace/manager .