Update Dockerfile to use Go 1.24 to match go.mod

This commit is contained in:
2026-02-02 21:30:16 -05:00
parent 133c94bfb9
commit 967cc5aa7e

View File

@@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.23-alpine AS builder FROM golang:1.24-alpine AS builder
RUN apk add --no-cache gcc musl-dev sqlite-dev RUN apk add --no-cache gcc musl-dev sqlite-dev