diff --git a/Dockerfile b/Dockerfile index 742a0f3..b385892 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Multi-stage Docker build for TankStopp # Stage 1: Build stage -FROM golang:1.24-alpine AS builder +FROM golang:1.25-alpine AS builder # Install build dependencies RUN apk add --no-cache git gcc musl-dev sqlite-dev