2 Commits

Author SHA1 Message Date
ae3c9a7b2b 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 17s
2026-02-13 10:13:10 +00:00
8468fd4293 chore(deps): update debian:13.3 docker digest to 2c91e48
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m9s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m29s
2026-02-13 09:13:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/google/uuid v1.6.0
github.com/jmoiron/sqlx v1.4.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.33
github.com/mattn/go-sqlite3 v1.14.34
github.com/stretchr/testify v1.11.1
github.com/uptrace/opentelemetry-go-extra/otelsql v0.3.2
github.com/uptrace/opentelemetry-go-extra/otelsqlx v0.3.2