Update golang Docker tag to v1.24 #4

Merged
matthias merged 1 commits from renovate/golang-1.x into main 2025-07-13 00:30:27 +00:00
+1 -1
View File
@@ -1,6 +1,6 @@
# Multi-stage Docker build for TankStopp
# Stage 1: Build stage
FROM golang:1.23-alpine AS builder
FROM golang:1.24-alpine AS builder
# Install build dependencies
RUN apk add --no-cache git gcc musl-dev sqlite-dev