build Update golang Docker tag to v1.25 (#9)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-21 02:35:08 +08:00
committed by GitHub
parent b3e713247c
commit 5a6406b1c2
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

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