chore(deps): update gcr.io/distroless/static-debian12 docker digest to d75cdd7 (#407)
Unbound Release / Check Preconditions (push) Successful in 27s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 23s
auth0mock / build (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 42s
Release / release (push) Successful in 1m21s

This commit was merged in pull request #407.
This commit is contained in:
2026-08-21 19:04:55 +00:00
parent 59d518e1a2
commit 2472804caf
+1 -1
View File
@@ -10,7 +10,7 @@ RUN go mod download
COPY . .
RUN go build -ldflags="-s -w" -o /release/service ./cmd/service
FROM gcr.io/distroless/static-debian12@sha256:6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687
FROM gcr.io/distroless/static-debian12@sha256:d75cdd72874d4790092fcb1b058493ecf6bb5bf2b2b897045b00ff01d91843f2
ENV TZ=Europe/Stockholm
ENV AUDIENCE="https://shiny.unbound.se"