From 3744500c5effc332a29b4502a7b8309ab82712a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Feb 2021 21:58:15 +0000 Subject: [PATCH] Bump golang from 1.15.7-alpine3.13 to 1.16.0-alpine3.13 Bumps golang from 1.15.7-alpine3.13 to 1.16.0-alpine3.13. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2c8a93..538b068 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15.7-alpine3.13 as builder +FROM golang:1.16.0-alpine3.13 as builder LABEL maintainer="Ɓukasz Budnik lukasz.budnik@gmail.com"