This commit is contained in:
2025-08-23 22:31:47 -04:00
parent 9ca9c53baf
commit e5bccc85c2
22 changed files with 2405 additions and 209 deletions

View File

@ -1,5 +1,5 @@
# Multi-stage build for efficient image size
FROM docker.io/library/golang:1.21-alpine AS builder
FROM docker.io/library/golang:1.23-alpine AS builder
# Install build dependencies
RUN apk add --no-cache git ca-certificates wget