chore(deps): update debian:12.10 docker digest to 264982f
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7m50s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 4m9s

This commit was merged in pull request #444.
This commit is contained in:
2025-04-29 02:07:06 +00:00
parent e245bc99ec
commit 68adbf7216

View File

@@ -21,7 +21,7 @@ COPY . ./
RUN npm run build
FROM debian:12.10@sha256:00cd074b40c4d99ff0c24540bdde0533ca3791edcdac0de36d6b9fb3260d89e2
FROM debian:12.10@sha256:264982ff4d18000fa74540837e2c43ca5137a53a83f8f62c7b3803c0f0bdcd56
WORKDIR /web-app-template
RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env
COPY migration ./migration