From 731640a9eb730baacb0c0f53c75687609083d9e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:40:11 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.21.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 438146f..6634b15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Golang Base Image -FROM golang:1.20.6-alpine3.18 AS build +FROM golang:1.21.4-alpine3.18 AS build ## Build the executable in the first stage