🏗️ build(deps): upgrade Golang Docker tag to v1.25

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-21 03:07:17 +08:00
committed by GitHub
parent 83674c71fe
commit 84b32e1ce9
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# ============================================================================
# Builder Stage: Compile Lyrebird with latest Go to fix CVEs
# ============================================================================
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
# Install git to fetch source
RUN apk add --no-cache git