docker(deps): bump golang from 1.25.7-alpine to 1.26.0-alpine

Bumps golang from 1.25.7-alpine to 1.26.0-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26.0-alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-02-12 21:05:02 +01:00
committed by Tobias Gesellchen
parent e429d92124
commit 30e09ab7a0
+1 -1
View File
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.25.7-alpine AS builder
FROM golang:1.26.0-alpine AS builder
WORKDIR /app