🏗️ build(deps): downgrade golang docker tag to v1.24

This commit is contained in:
rE-Bo0t.bx1
2025-11-21 02:51:40 +08:00
parent 5a6406b1c2
commit 83674c71fe
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.25-alpine AS builder
FROM golang:1.24-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.25-alpine AS builder
FROM golang:1.24-alpine AS builder
# Install git to fetch source
RUN apk add --no-cache git