From c2443ef30796e256d6ed76febbc3b72182159a48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:53:54 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e5ea465..793099e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG ALPINE_VERSION=3.20 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.22.6-alpine3.20 as gobinaries # https://github.com/jrhouston/tfk8s ENV TFK8S_VERSION 0.1.10