Update golang Docker tag to v1.25
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# Multi-stage Docker build for TankStopp
|
# Multi-stage Docker build for TankStopp
|
||||||
# Stage 1: Build stage
|
# Stage 1: Build stage
|
||||||
FROM golang:1.24-alpine AS builder
|
FROM golang:1.25-alpine AS builder
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apk add --no-cache git gcc musl-dev sqlite-dev
|
RUN apk add --no-cache git gcc musl-dev sqlite-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user