diff --git a/Dockerfile b/Dockerfile index 0cd23e3..36bbc5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . ./ RUN npm run build -FROM debian:12.8@sha256:b877a1a3fdf02469440f1768cf69c9771338a875b7add5e80c45b756c92ac20a +FROM debian:12.9@sha256:321341744acb788e251ebd374aecc1a42d60ce65da7bd4ee9207ff6be6686a62 WORKDIR /web-app-template RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env COPY migration ./migration