chore(deps): update debian docker tag to v12.7
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Successful in 47s
Build and Push Docker Image / Explore-Gitea-Actions (push) Failing after 12m29s

This commit was merged in pull request #138.
This commit is contained in:
2024-09-05 00:01:09 +00:00
parent 9fffc851e7
commit 03542c3393

View File

@@ -11,7 +11,7 @@ COPY . ./
RUN npm install && npm run build RUN npm install && npm run build
FROM debian:12.6@sha256:aadf411dc9ed5199bc7dab48b3e6ce18f8bbee4f170127f5ff1b75cd8035eb36 FROM debian:12.7@sha256:b8084b1a576c5504a031936e1132574f4ce1d6cc7130bbcc25a28f074539ae6b
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