2 Commits

Author SHA1 Message Date
64ed690efd fix(deps): update module golang.org/x/crypto to v0.47.0
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 45s
2026-01-13 12:03:32 +00:00
b0303c224d 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
2026-01-13 11:06:49 +00:00

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