From 958a6c9776d1ad489d58c7779278778f1db7fea6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 22 Aug 2024 17:39:12 +0000
Subject: [PATCH] chore(deps): update golang docker tag to v1.23

---
 Dockerfile              | 2 +-
 Dockerfile.dev-env      | 2 +-
 Dockerfile.headscalectl | 2 +-
 Dockerfile.tailscale    | 2 +-
 Dockerfile.tcp-proxy    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index c79b05e14..8e328d86f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Build the manager binary
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 as builder
 
 ARG TARGETOS
 ARG TARGETARCH
diff --git a/Dockerfile.dev-env b/Dockerfile.dev-env
index 23b7d7212..fe838b41b 100644
--- a/Dockerfile.dev-env
+++ b/Dockerfile.dev-env
@@ -1,5 +1,5 @@
 # Build the manager binary
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 as builder
 
 ARG TARGETOS
 ARG TARGETARCH
diff --git a/Dockerfile.headscalectl b/Dockerfile.headscalectl
index 71ecb045e..a3533268f 100644
--- a/Dockerfile.headscalectl
+++ b/Dockerfile.headscalectl
@@ -1,5 +1,5 @@
 # Build the manager binary
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 as builder
 
 ARG TARGETOS
 ARG TARGETARCH
diff --git a/Dockerfile.tailscale b/Dockerfile.tailscale
index b4754e0dc..ef64cd5e7 100644
--- a/Dockerfile.tailscale
+++ b/Dockerfile.tailscale
@@ -1,5 +1,5 @@
 # Build the manager binary
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 as builder
 
 ARG TARGETOS
 ARG TARGETARCH
diff --git a/Dockerfile.tcp-proxy b/Dockerfile.tcp-proxy
index 2ebd5cd7f..c1acf1723 100644
--- a/Dockerfile.tcp-proxy
+++ b/Dockerfile.tcp-proxy
@@ -1,5 +1,5 @@
 # Build the manager binary
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22 as builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 as builder
 
 ARG TARGETOS
 ARG TARGETARCH