diff --git a/Dockerfile b/Dockerfile index 9448af8..ce5979a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . ./ RUN npm run build -FROM debian:13.1@sha256:833c135acfe9521d7a0035a296076f98c182c542a2b6b5a0fd7063d355d696be +FROM debian:13.1@sha256:fd8f5a1df07b5195613e4b9a0b6a947d3772a151b81975db27d47f093f60c6e6 WORKDIR /spend-sparrow RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env COPY migration ./migration