chore(deps): update debian docker tag to v13.3
Some checks failed
Build Docker Image / Build-Docker-Image (push) Successful in 1m18s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 11m46s

This commit was merged in pull request #408.
This commit is contained in:
2026-01-13 02:04:19 +00:00
parent 0d56d86a41
commit 8ee63c6b90

View File

@@ -21,7 +21,7 @@ COPY . ./
RUN npm run build RUN npm run build
FROM debian:13.2@sha256:c71b05eac0b20adb4cdcc9f7b052227efd7da381ad10bb92f972e8eae7c6cdc9 FROM debian:13.3@sha256:1c7b8fc319f989adc969ae62db4c856f3907290b99807c1e8cdb4038819d0aba
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