chore(deps): update gcr.io/distroless/static-debian12 docker digest to a9fcaed #383

Merged
renovate merged 1 commits from renovate/gcr.io-distroless-static-debian12 into main 2026-07-20 19:19:45 +00:00
+1 -1
View File
@@ -10,7 +10,7 @@ RUN go mod download
COPY . . COPY . .
RUN go build -ldflags="-s -w" -o /release/service ./cmd/service RUN go build -ldflags="-s -w" -o /release/service ./cmd/service
FROM gcr.io/distroless/static-debian12@sha256:61b7ccecebc7c474a531717de80a94709d20547cdcdaf740c25876f2a8e38b44 FROM gcr.io/distroless/static-debian12@sha256:a9fcaedd4c9b59e12dd65d954f0b5044f19b0647a8a3712e77205df9e7b102cd
ENV TZ=Europe/Stockholm ENV TZ=Europe/Stockholm
ENV AUDIENCE="https://shiny.unbound.se" ENV AUDIENCE="https://shiny.unbound.se"