Skip to content

Commit

Permalink
Dockerfile: bump runtime image version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraettinger committed Jan 19, 2024
1 parent a2a55f5 commit ea898b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM busybox:1.34-musl as busybox

# Runtime Stage
################################################################################
FROM gcr.io/distroless/base-debian11
FROM gcr.io/distroless/base-debian12

COPY --from=busybox /bin/sh /bin/sh

Expand All @@ -45,4 +45,7 @@ COPY --from=builder --chown=nonroot /builder/tls-cert.pem ./
# Avoid running the data-plane-gateway as root.
USER nonroot:nonroot

# Ensure data-plane-gateway can run on this runtime image.
RUN ./data-plane-gateway --help

ENTRYPOINT ["/app/data-plane-gateway"]

0 comments on commit ea898b5

Please sign in to comment.