From 5a28fdf6566fed081362f711558311c44cbf5587 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:44:15 +0000 Subject: [PATCH] Update golang Docker tag to v1.23 --- Kanister Visualiser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kanister Visualiser/Dockerfile b/Kanister Visualiser/Dockerfile index efd1e17..fc92e0c 100644 --- a/Kanister Visualiser/Dockerfile +++ b/Kanister Visualiser/Dockerfile @@ -1,5 +1,5 @@ # Use an official Golang runtime as the base image for the build stage -FROM golang:1.21 AS build +FROM golang:1.23 AS build # Set the working directory in the container WORKDIR /go/src/app