chore(deps): update debian docker tag to v12.10
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 4m20s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 5m0s

This commit was merged in pull request #406.
This commit is contained in:
2025-03-20 11:41:17 +00:00
parent 9534954bcb
commit e29b31f25e

View File

@@ -21,7 +21,7 @@ COPY . ./
RUN npm run build RUN npm run build
FROM debian:12.9@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc0c0a64ed FROM debian:12.10@sha256:18023f131f52fc3ea21973cabffe0b216c60b417fd2478e94d9d59981ebba6af
WORKDIR /web-app-template WORKDIR /web-app-template
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 migration ./migration COPY migration ./migration