update dependencies

This commit is contained in:
Evan Jarrett
2026-02-12 20:28:00 -06:00
parent 92c31835e2
commit c0cf3fb94f
17 changed files with 1069 additions and 933 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Development image with Air hot reload
# Build: docker build -f Dockerfile.dev -t atcr-dev .
# Run: docker run -v $(pwd):/app -p 5000:5000 atcr-dev
FROM docker.io/golang:1.25.4-trixie
FROM docker.io/golang:1.25.7-trixie
ARG AIR_CONFIG=.air.toml