mirror of
https://github.com/r3bo0tbx1/tor-guard-relay.git
synced 2026-04-06 00:32:04 +02:00
🏗️ build(deps): downgrade golang docker tag to v1.24
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user