chore(deps): update debian:12.7 docker digest to e11072c
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 54s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 58s

This commit was merged in pull request #215.
This commit is contained in:
2024-10-17 22:02:07 +00:00
parent 96d7650b2c
commit ae0f21ada5

View File

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