chore(deps): update golang docker tag to v1.25 (#1089)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-09-22 09:25:53 +02:00
committed by GitHub
parent 65dc31c88a
commit 5e91766d15
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.24 AS build
FROM golang:1.25 AS build
WORKDIR /app
COPY go.mod go.sum ./

View File

@@ -1,4 +1,4 @@
FROM golang:1.24 AS build
FROM golang:1.25 AS build
WORKDIR /app
COPY go.mod go.sum ./