We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac0303 commit f31c9aaCopy full SHA for f31c9aa
images/agent/Dockerfile
@@ -3,7 +3,7 @@ ARG WIREGUARD_AGENT_SRC=/usr/local/src/wireguard-agent
3
ARG PROMETHEUS_WIREGUARD_EXPORTER_SRC=/usr/local/src/prometheus-wireguard-exporter
4
5
# step 1: Build Agent
6
-FROM --platform=${BUILDPLATFORM} golang:1.22 AS golang-builder
+FROM --platform=${BUILDPLATFORM} golang:1.25 AS golang-builder
7
ARG WIREGUARD_AGENT_SRC
8
WORKDIR $WIREGUARD_AGENT_SRC
9
# Copy the Go Modules manifests
images/manager/Dockerfile
@@ -1,5 +1,5 @@
1
# step 1: Build the manager binary
2
-FROM --platform=${BUILDPLATFORM} golang:1.22 as builder
+FROM --platform=${BUILDPLATFORM} golang:1.25 as builder
WORKDIR /workspace
0 commit comments