need to also update the docker images

This commit is contained in:
Evan Jarrett
2026-04-19 21:48:07 -05:00
parent 872b637547
commit 37cf9d0b86
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Production build for ATCR AppView
# Result: ~30MB scratch image with static binary
FROM docker.io/golang:1.25.7-trixie AS builder
FROM docker.io/golang:1.26.2-trixie AS builder
ENV DEBIAN_FRONTEND=noninteractive
+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.7-trixie
FROM docker.io/golang:1.26.2-trixie
ARG AIR_CONFIG=.air.toml
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.25.7-trixie AS builder
FROM docker.io/golang:1.26.2-trixie AS builder
# Build argument to enable Stripe billing integration
# Usage: docker build --build-arg BILLING_ENABLED=true -f Dockerfile.hold .
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/golang:1.25.7-trixie AS builder
FROM docker.io/golang:1.26.2-trixie AS builder
ENV DEBIAN_FRONTEND=noninteractive