From 44a5c137949017f54194f2e61f2336abc99ef150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:46:54 +0000 Subject: [PATCH] ci(deps): bump golang from 1.20.7-alpine to 1.21.0-alpine Bumps golang from 1.20.7-alpine to 1.21.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24c2c56a957..c63a80ed6dc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.7-alpine as build_env +FROM golang:1.21.0-alpine as build_env # Copy the source from the current directory to the Working Directory inside the container WORKDIR /app