From 31a7b7e942bfbb5f080dbe70e00843f6087d6635 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 02:21:24 +0000 Subject: [PATCH] Bump golang from 1.13-alpine to 1.15.8-alpine Bumps golang from 1.13-alpine to 1.15.8-alpine. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- Dockerfile.goreleaser | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f9af9f..e5a1c7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG INTERCERT_VERSION="DEV-SNAPSHOT" # First stage: build the executable. -FROM golang:1.13-alpine AS builder +FROM golang:1.15.8-alpine AS builder # Create the user and group files that will be used in the running container to # run the process as an unprivileged user. diff --git a/Dockerfile.goreleaser b/Dockerfile.goreleaser index 597b650..bfa12cd 100644 --- a/Dockerfile.goreleaser +++ b/Dockerfile.goreleaser @@ -1,5 +1,5 @@ # First stage: build the executable. -FROM golang:1.13-alpine AS builder +FROM golang:1.15.8-alpine AS builder # Create the user and group files that will be used in the running container to # run the process as an unprivileged user.