From b69ce6f17afd3c4315ead3e87ae1e0e80264835e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 22:26:49 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- images/agent/Dockerfile | 2 +- images/manager/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/agent/Dockerfile b/images/agent/Dockerfile index fe4ac753..5aec505e 100644 --- a/images/agent/Dockerfile +++ b/images/agent/Dockerfile @@ -3,7 +3,7 @@ ARG WIREGUARD_AGENT_SRC=/usr/local/src/wireguard-agent ARG PROMETHEUS_WIREGUARD_EXPORTER_SRC=/usr/local/src/prometheus-wireguard-exporter # step 1: Build Agent -FROM --platform=${BUILDPLATFORM} golang:1.22 AS golang-builder +FROM --platform=${BUILDPLATFORM} golang:1.23 AS golang-builder ARG WIREGUARD_AGENT_SRC WORKDIR $WIREGUARD_AGENT_SRC # Copy the Go Modules manifests diff --git a/images/manager/Dockerfile b/images/manager/Dockerfile index c7dd89a8..6b1a1baa 100644 --- a/images/manager/Dockerfile +++ b/images/manager/Dockerfile @@ -1,5 +1,5 @@ # step 1: Build the manager binary -FROM --platform=${BUILDPLATFORM} golang:1.22 as builder +FROM --platform=${BUILDPLATFORM} golang:1.23 as builder WORKDIR /workspace # Copy the Go Modules manifests