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

This commit was merged in pull request #343.
This commit is contained in:
2025-11-04 08:03:05 +00:00
parent 689dba2f1a
commit ad1811e37c

View File

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