From aebd3aa06404f3e6d54c563127364d70c0c809ac Mon Sep 17 00:00:00 2001 From: tiulpin Date: Wed, 9 Oct 2024 16:28:40 +0200 Subject: [PATCH] QD-9996 Update golang Docker tag to v1.23 --- 2024.2/base/go.Dockerfile | 2 +- 2024.2/go/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2024.2/base/go.Dockerfile b/2024.2/base/go.Dockerfile index 6fcc9de4..60dd57f9 100644 --- a/2024.2/base/go.Dockerfile +++ b/2024.2/base/go.Dockerfile @@ -1,4 +1,4 @@ -ARG GO_TAG="1.22-bullseye" +ARG GO_TAG="1.23-bullseye" ARG NODE_TAG="20-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM golang:$GO_TAG diff --git a/2024.2/go/Dockerfile b/2024.2/go/Dockerfile index 7d78f7b2..4af128f7 100644 --- a/2024.2/go/Dockerfile +++ b/2024.2/go/Dockerfile @@ -1,4 +1,4 @@ -ARG GO_TAG="1.22-bullseye" +ARG GO_TAG="1.23-bullseye" ARG NODE_TAG="20-bullseye-slim" FROM node:$NODE_TAG AS node_base FROM golang:$GO_TAG