Update golang Docker tag to v1.25

renovate/golang-1.x
renovate[bot] 2025-08-13 20:49:18 +00:00 committed by GitHub
parent eeef577911
commit 94664ebca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS build FROM golang:1.25-alpine AS build
WORKDIR /usr/src/icecon WORKDIR /usr/src/icecon
COPY go.mod go.sum ./ COPY go.mod go.sum ./