mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-03-21 17:13:26 +01:00
Upgrade golang to v1.25.8 to mitigate 3 medium vulns
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# =========================================
|
||||
# STAGE 1 -- Build Fail2Ban-UI Binary
|
||||
# =========================================
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25.7 AS builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25.8 AS builder
|
||||
WORKDIR /app
|
||||
|
||||
# Copy module files and download dependencies
|
||||
|
||||
Reference in New Issue
Block a user