From b053bdb2a9eeff51061e7610f05cb1a08548f2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:08:07 -0400 Subject: [PATCH] build(deps): bump golang from 1.21.1-alpine to 1.21.2-alpine (#540) Bumps golang from 1.21.1-alpine to 1.21.2-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed0758d..49b2502 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.1-alpine AS build +FROM golang:1.21.2-alpine AS build ENV CGO_ENABLED 0 WORKDIR /code