diff --git a/Dockerfile b/Dockerfile index b197c51..3e5c19d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=${GOARCH} \ go build -trimpath -ldflags="-s -w" -o main . -FROM gcr.io/distroless/static-debian12@sha256:61b7ccecebc7c474a531717de80a94709d20547cdcdaf740c25876f2a8e38b44 +FROM gcr.io/distroless/static-debian12@sha256:6447365a6337c3732f412d1b74357b30a633831955b2bc45552b0086be907687 COPY --from=build /app/main / CMD ["/main"]