From 36ec12eb392fc6b788e088d6a63e650707a52756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:36:43 +0000 Subject: [PATCH] Bump golang from 1.21.1-alpine to 1.21.2-alpine 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48ddd8e..57b15d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build Stage: Build bot using the alpine image, also install doppler in it -FROM golang:1.21.1-alpine AS builder +FROM golang:1.21.2-alpine AS builder RUN apk add --update --no-cache git WORKDIR /app COPY . .