Bump golang from 1.24-alpine to 1.25-alpine (#454)

Bumps golang from 1.24-alpine to 1.25-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-31 13:48:49 +02:00
committed by GitHub
parent bb29a98614
commit 9cf919b42b

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine as builder FROM golang:1.25-alpine as builder
WORKDIR /app WORKDIR /app
COPY go.* . COPY go.* .