diff --git a/Dockerfile b/Dockerfile index de7b9e0..0174fa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /app COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o namespace-cleaner ./cmd/namespace-cleaner -FROM alpine:3.21 +FROM alpine:3.23 COPY --from=builder /app/namespace-cleaner /namespace-cleaner ENTRYPOINT ["/bin/sh"]