From 49e2cab2339cf04c35b6554e9c240c05f1a8e0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:42:55 -0800 Subject: [PATCH] Bump golang from 1.19.3 to 1.19.5 (#87) Bumps golang from 1.19.3 to 1.19.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- Dockerfile.all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90385ac..25a3195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ################################################################################ ## GO BUILDER ################################################################################ -FROM golang:1.19.3 as builder +FROM golang:1.19.5 as builder ENV VERSION 1.8.8 ENV CGO_ENABLED 0 diff --git a/Dockerfile.all b/Dockerfile.all index bd80189..fea5c31 100644 --- a/Dockerfile.all +++ b/Dockerfile.all @@ -1,4 +1,4 @@ -FROM golang:1.19.3 as builder +FROM golang:1.19.5 as builder ENV VERSION 1.8.8 ENV BUILD_DIR /build