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