chore(deps): update debian:13.3 docker digest to 5cf544f
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m14s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m15s

This commit was merged in pull request #411.
This commit is contained in:
2026-01-13 11:06:49 +00:00
parent 94de96847c
commit b0303c224d

View File

@@ -21,7 +21,7 @@ COPY . ./
RUN npm run build
FROM debian:13.3@sha256:1c7b8fc319f989adc969ae62db4c856f3907290b99807c1e8cdb4038819d0aba
FROM debian:13.3@sha256:5cf544fad978371b3df255b61e209b373583cb88b733475c86e49faa15ac2104
WORKDIR /spend-sparrow
RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env
COPY migration ./migration