chore(deps): update debian:13.1 docker digest to 833c135
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 8m20s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m39s

This commit was merged in pull request #297.
This commit is contained in:
2025-09-09 07:26:18 +00:00
parent 3759fd8d71
commit 101069b2a6

View File

@@ -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