chore(deps): update debian:13.2 docker digest to 0d01188
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m6s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m16s

This commit was merged in pull request #383.
This commit is contained in:
2025-12-09 05:04:48 +00:00
parent 26b75d3db9
commit 5e992873cc

View File

@@ -21,7 +21,7 @@ COPY . ./
RUN npm run build
FROM debian:13.2@sha256:f54909a654375e6d74d4986255ed9d3e0b7176461799195855030bc5826b5e4b
FROM debian:13.2@sha256:0d01188e8dd0ac63bf155900fad49279131a876a1ea7fac917c62e87ccb2732d
WORKDIR /spend-sparrow
RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env
COPY migration ./migration