From 786aa88134faf4e241310a5088f9df2177d873db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:48:04 +0000 Subject: [PATCH] Update golang Docker tag to v1.22.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0417069..f72c84f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ## # specify the base image to be used for the application, alpine or ubuntu -FROM golang:1.22.2-alpine3.18 AS build +FROM golang:1.22.3-alpine3.18 AS build # create a working directory inside the image WORKDIR /app