diff --git a/Dockerfile b/Dockerfile index 1be867a..eea100a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN go mod download COPY . . RUN go build -ldflags="-s -w" -o /release/service ./cmd/service -FROM gcr.io/distroless/static-debian12@sha256:4b2a093ef4649bccd586625090a3c668b254cfe180dee54f4c94f3e9bd7e381e +FROM gcr.io/distroless/static-debian12@sha256:cd64bec9cec257044ce3a8dd3620cf83b387920100332f2b041f19c4d2febf93 ENV TZ=Europe/Stockholm ENV AUDIENCE="https://shiny.unbound.se"