1 Commits

Author SHA1 Message Date
22120be659 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.34
Some checks failed
renovate/artifacts Artifact file update failure
Build Docker Image / Build-Docker-Image (push) Failing after 18s
2026-02-13 09:13:44 +00:00

View File

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