From a0c135bc9872f75cb3a9f91e65f5a1ea7f5139b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 17:46:27 +0000 Subject: [PATCH] QD-8148 Update golang Docker tag to v1.23 --- next/base/go.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next/base/go.Dockerfile b/next/base/go.Dockerfile index ca7aaf8d..5df71ea2 100644 --- a/next/base/go.Dockerfile +++ b/next/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