chore(deps): update debian:13.3 docker digest to 2c91e48
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m6s

This commit is contained in:
2026-02-13 08:20:23 +00:00
parent a5d21bfc66
commit 456e330971

View File

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