From d93a238a423dc13802194821ae19c45cc1abd138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 06:50:39 +0000 Subject: [PATCH] build(deps): bump golang from 1.16.0-alpine3.13 to 1.16.1-alpine3.13 Bumps golang from 1.16.0-alpine3.13 to 1.16.1-alpine3.13. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 135c53e3..bc1f1669 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.0-alpine3.13 AS builder +FROM golang:1.16.1-alpine3.13 AS builder WORKDIR /usr/local/src/dex