Skip to content

Commit f31c9aa

Browse files
chore(deps): update golang docker tag to v1.25
1 parent 1ac0303 commit f31c9aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG WIREGUARD_AGENT_SRC=/usr/local/src/wireguard-agent
33
ARG PROMETHEUS_WIREGUARD_EXPORTER_SRC=/usr/local/src/prometheus-wireguard-exporter
44

55
# step 1: Build Agent
6-
FROM --platform=${BUILDPLATFORM} golang:1.22 AS golang-builder
6+
FROM --platform=${BUILDPLATFORM} golang:1.25 AS golang-builder
77
ARG WIREGUARD_AGENT_SRC
88
WORKDIR $WIREGUARD_AGENT_SRC
99
# Copy the Go Modules manifests

images/manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# step 1: Build the manager binary
2-
FROM --platform=${BUILDPLATFORM} golang:1.22 as builder
2+
FROM --platform=${BUILDPLATFORM} golang:1.25 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)