Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 2e061a0

Browse files
chore(deps): update gcr.io/distroless/static docker digest to 3592aa8 (#130)
2 parents 45d931e + bcdda55 commit 2e061a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN go build -o /app/output ./cmd/...
1515

1616
FROM ${BUILDER} AS builder-from
1717

18-
FROM gcr.io/distroless/static@sha256:47b2d72ff90843eb8a768b5c2f89b40741843b639d065b9b937b07cd59b479c6 AS base
18+
FROM gcr.io/distroless/static@sha256:3592aa8171c77482f62bbc4164e6a2d141c6122554ace66e5cc910cadb961ff0 AS base
1919
COPY --from=builder-from /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2020

2121
# single app image

0 commit comments

Comments
 (0)