chore(deps): update debian:12.7 docker digest to 27586f4

This commit is contained in:
2024-09-27 21:26:54 +00:00
parent 7681e619ea
commit 1387daf552

View File

@@ -11,7 +11,7 @@ COPY . ./
RUN npm install && npm run build RUN npm install && npm run build
FROM debian:12.7@sha256:b8084b1a576c5504a031936e1132574f4ce1d6cc7130bbcc25a28f074539ae6b FROM debian:12.7@sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab
WORKDIR /me-fit WORKDIR /me-fit
RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env
COPY --from=builder_go /me-fit/me-fit ./me-fit COPY --from=builder_go /me-fit/me-fit ./me-fit