From 16c5e3e9eb6d0357f7e48e94e76a20fb3dcfc133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:16:25 +0000 Subject: [PATCH] Bump golang from 1.22.2-alpine to 1.22.3-alpine Bumps golang from 1.22.2-alpine to 1.22.3-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 4354afc..1f3a523 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.22.2-alpine AS builder +FROM golang:1.22.3-alpine AS builder RUN apk add --update --no-cache git WORKDIR /app COPY . .