Skip to content

Commit

Permalink
update runtime container to debian 12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcwhorter-ddl committed Oct 26, 2023
1 parent 5e4014e commit f006d76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion executor/Dockerfile.executor
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN chmod -R 666 /openapi/ \

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/base-debian11:nonroot
FROM gcr.io/distroless/base-debian12:nonroot
WORKDIR /
COPY --from=builder /workspace/executor .
COPY licenses/license.txt licenses/license.txt
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN wget -O mozilla-tls-observatory.tar.gz https://github.com/mozilla/tls-observ

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/base-debian11:nonroot
FROM gcr.io/distroless/base-debian12:nonroot
WORKDIR /
COPY --from=builder /workspace/manager .
COPY licenses/license.txt licenses/license.txt
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"docker"
],
"matchPackagePatterns": [
"quay.io/domino/distroless.base-debian11"
"quay.io/domino/distroless.base-debian12"
],
"pinDigests": true,
"versioning": "docker"
Expand Down

0 comments on commit f006d76

Please sign in to comment.