From a96866dc944710e2cd0652b996b3b33979c28dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 04:23:01 +0000 Subject: [PATCH] Bump golang from 1.21.4-alpine to 1.21.5-alpine Bumps golang from 1.21.4-alpine to 1.21.5-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 dcf7c5b..ee78c4a 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.4-alpine AS builder +FROM golang:1.21.5-alpine AS builder RUN apk add --update --no-cache git WORKDIR /app COPY . .