git commit -m "chore: update Go to 1.24 for production build"
bretton.dev 3 weeks ago 9f55b751 d8876161
··· 2 2 # Builds a minimal production image for the Go server 3 3 4 4 # Stage 1: Build 5 5 - FROM golang:1.23-alpine AS builder 5 5 + FROM golang:1.24-alpine AS builder 6 6 7 7 # Install build dependencies 8 8 RUN apk add --no-cache git ca-certificates tzdata