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