From 4dcce60d5c3744d2d05211978f600f1b312731a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 07:00:52 +0000 Subject: [PATCH] chore(deps): bump golang from 1.15.7-alpine3.13 to 1.15.8-alpine3.13 Bumps golang from 1.15.7-alpine3.13 to 1.15.8-alpine3.13. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb410dab..a43bf31c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15.7-alpine3.13 AS builder +FROM golang:1.15.8-alpine3.13 AS builder WORKDIR /usr/local/src/dex