chore(deps): update debian:13.1 docker digest to 5803574
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m33s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m37s

This commit was merged in pull request #342.
This commit is contained in:
2025-11-04 02:31:55 +00:00
parent 7b5fb9e35a
commit 689dba2f1a

View File

@@ -21,7 +21,7 @@ COPY . ./
RUN npm run build
FROM debian:13.1@sha256:72547dd722cd005a8c2aa2079af9ca0ee93aad8e589689135feaed60b0a8c08d
FROM debian:13.1@sha256:58035749da00efb7c658f01ae1ef0afbcc4399433da24096a57a005b661ded59
WORKDIR /spend-sparrow
RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env
COPY migration ./migration