diff --git a/Dockerfile b/Dockerfile index 487173b..7a3fea9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Builds a minimal production image for the Go server # Stage 1: Build -FROM golang:1.23-alpine AS builder +FROM golang:1.24-alpine AS builder # Install build dependencies RUN apk add --no-cache git ca-certificates tzdata