From 9a4dda1fb7996a697b96e4465347a7d6de47e327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 05:39:48 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.22.5 --- images/golang/1.20.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/golang/1.20.2/Dockerfile b/images/golang/1.20.2/Dockerfile index b6987ed..7478096 100644 --- a/images/golang/1.20.2/Dockerfile +++ b/images/golang/1.20.2/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.2 +FROM golang:1.22.5 RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | gpg --dearmor -o /usr/share/keyrings/githubcli-archive-keyring.gpg && \ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \ apt-get update