From 9f98d539acfff4d7fd9add487edaeca5820acb79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:47:53 +0000 Subject: [PATCH] QD-8148 Update golang Docker tag to v1.22 --- 2023.3/base/go.Dockerfile | 2 +- 2023.3/go/Dockerfile | 2 +- next/base/go.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2023.3/base/go.Dockerfile b/2023.3/base/go.Dockerfile index 763ea674..9baecc30 100644 --- a/2023.3/base/go.Dockerfile +++ b/2023.3/base/go.Dockerfile @@ -1,4 +1,4 @@ -ARG GO_TAG="1.21-bullseye" +ARG GO_TAG="1.22-bullseye" ARG NODE_TAG="20-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM golang:$GO_TAG diff --git a/2023.3/go/Dockerfile b/2023.3/go/Dockerfile index c2e7635f..742e3a28 100644 --- a/2023.3/go/Dockerfile +++ b/2023.3/go/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_TAG="1.21-bullseye" +ARG GO_TAG="1.22-bullseye" ARG NODE_TAG="20-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM golang:$GO_TAG diff --git a/next/base/go.Dockerfile b/next/base/go.Dockerfile index 763ea674..9baecc30 100644 --- a/next/base/go.Dockerfile +++ b/next/base/go.Dockerfile @@ -1,4 +1,4 @@ -ARG GO_TAG="1.21-bullseye" +ARG GO_TAG="1.22-bullseye" ARG NODE_TAG="20-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM golang:$GO_TAG