diff --git a/Dockerfile b/Dockerfile index aa23f49..20cdc1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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:20bc6c0bc4d625a22a8fde3e55f6515709b32055ef8fb9cfbddaa06d1760f838 +FROM gcr.io/distroless/static-debian12@sha256:9c346e4be81b5ca7ff31a0d89eaeade58b0f95cfd3baed1f36083ddb47ca3160 ENV TZ=Europe/Stockholm ENV AUDIENCE="https://shiny.unbound.se"