From 4b924f1d8636cb12235a4e97834321c1e5b4f448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 06:54:24 +0000 Subject: [PATCH] build(deps): bump golang from 1.16.2-alpine3.13 to 1.16.3-alpine3.13 Bumps golang from 1.16.2-alpine3.13 to 1.16.3-alpine3.13. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4146ee69..ddb7f942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.16.2-alpine3.13 AS builder +FROM golang:1.16.3-alpine3.13 AS builder WORKDIR /usr/local/src/dex