From 6d169e717f3674d9618b0ea853fcae2c14242059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:37:26 +0000 Subject: [PATCH] ci(deps): bump golang from 1.21.6-alpine to 1.22rc2-alpine Bumps golang from 1.21.6-alpine to 1.22rc2-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa5c89b055f..e4a9ba89d62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-alpine as build_env +FROM golang:1.22rc2-alpine as build_env # Copy the source from the current directory to the Working Directory inside the container WORKDIR /app