From 54816107486cb5d9762c6571826f8da5c9fdf938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 07:27:34 +0000 Subject: [PATCH] Bump golang from 1.20.0-alpine to 1.20.1-alpine (#47) Bumps golang from 1.20.0-alpine to 1.20.1-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 +- Dockerfile.doppler | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 69b51b8..c0134f4 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.20.0-alpine AS builder +FROM golang:1.20.1-alpine AS builder RUN apk add --update --no-cache git WORKDIR /app COPY . . diff --git a/Dockerfile.doppler b/Dockerfile.doppler index 0dfb5f2..e3bc430 100644 --- a/Dockerfile.doppler +++ b/Dockerfile.doppler @@ -1,5 +1,5 @@ # Build Stage: Build bot using the alpine image, also install doppler in it -FROM golang:1.20.0-alpine AS builder +FROM golang:1.20.1-alpine AS builder RUN apk add --no-cache curl wget gnupg git RUN (curl -Ls --tlsv1.2 --proto "=https" --retry 3 https://cli.doppler.com/install.sh || wget -t 3 -qO- https://cli.doppler.com/install.sh) | sh WORKDIR /app