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