mirror of
https://github.com/mudler/edgevpn.git
synced 2025-12-24 13:18:13 +08:00
chore(deps): update golang docker tag to v1.25 (#957)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
ARG LDFLAGS=-s -w
|
||||
|
||||
# Use a temporary build image based on Golang 1.20-alpine
|
||||
FROM golang:1.24-alpine as builder
|
||||
FROM golang:1.25-alpine as builder
|
||||
|
||||
# Set environment variables: linker flags and disable CGO
|
||||
ENV LDFLAGS=$LDFLAGS CGO_ENABLED=0
|
||||
|
||||
Reference in New Issue
Block a user