🏗️ build(deps): Update golang Docker tag to v1.25.6

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-18 05:02:08 +08:00
committed by GitHub
parent 6b1361923e
commit 8b3de1ca66
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.20
FROM golang:1.25.5-alpine AS builder
FROM golang:1.25.6-alpine AS builder
RUN apk add --no-cache git

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.20
FROM golang:1.25.5-alpine AS builder
FROM golang:1.25.6-alpine AS builder
RUN apk add --no-cache git