chore: upgrade docker base image to debian13 - #1036
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Review summary
Updates Outpost’s distroless runtime base image from Debian 12 to Debian 13 in the repository’s reference/build Dockerfiles, aligning container outputs with the newer Debian release for ongoing security support.
Changes:
- Bump
gcr.io/distroless/base-debian12:nonroottogcr.io/distroless/base-debian13:nonrootin the goreleaser Dockerfile. - Bump the same distroless runtime base image in the example Dockerfile.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| build/Dockerfile.goreleaser | Updates distroless runtime base image to Debian 13. |
| build/Dockerfile.example | Updates example distroless runtime base image to Debian 13. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
alexluong
approved these changes
Aug 11, 2026
alexluong
left a comment
Collaborator
There was a problem hiding this comment.
thank you for the PR, LGTM!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
debian12 has reached security end of life see https://endoflife.date/debian
so this is a simple PR to update the docker files to debian13