From e459af48fc641f4286e529845ddae93e61d1cd2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 04:25:30 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5033d3d..00f281c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG ALPINE_VERSION=3.19 FROM ghcr.io/sparkfabrik/docker-alpine-aws-cli:${AWS_CLI_VERSION}-alpine${ALPINE_VERSION} AS awscli # Build go binaries -FROM golang:1.22.5-alpine3.20 AS gobinaries +FROM golang:1.23.3-alpine3.20 AS gobinaries # https://github.com/jrhouston/tfk8s ENV TFK8S_VERSION=0.1.10