chore(deps): update debian docker tag to v12.7
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 53s
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 53s
This commit is contained in:
@@ -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:b1770e4e16b5a8dac0dec428e55cac216b50212c228e56b873900fa818ae6db1
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user