chore(deps): update debian:13.2 docker digest to f54909a
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m12s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m25s

This commit was merged in pull request #381.
This commit is contained in:
2025-12-09 02:11:27 +00:00
parent fcba476a88
commit 772e3e5c2e

View File

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