Skip to content

Commit b15a4ba

Browse files
committed
base the docker image on distroless trixie
static-debian12 (bookworm) -> static-debian13. Multi-platform builds (linux/amd64, linux/arm64 -- the latter is what Docker on Apple silicon runs) were already in place via dockers_v2 platforms. Refs: #21
1 parent 2575b2a commit b15a4ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Runtime image for the release pipeline: goreleaser (dockers_v2) lays the
22
# prebuilt binaries out per platform in the build context. distroless/static
3-
# ships CA certificates (required for HTTPS to Gerrit) and runs as a non-root
4-
# user.
5-
FROM gcr.io/distroless/static-debian12:nonroot
3+
# (trixie) ships CA certificates (required for HTTPS to Gerrit) and runs as a
4+
# non-root user.
5+
FROM gcr.io/distroless/static-debian13:nonroot
66

77
ARG TARGETPLATFORM
88

0 commit comments

Comments
 (0)