diff --git a/Dockerfile b/Dockerfile index 2d48e62..535b78e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . ./ RUN npm run build -FROM debian:12.9@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc0c0a64ed +FROM debian:12.10@sha256:18023f131f52fc3ea21973cabffe0b216c60b417fd2478e94d9d59981ebba6af WORKDIR /web-app-template RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env COPY migration ./migration