From f354528ee57e521d78de9b08c64bbbba44d94727 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 23 Feb 2021 19:01:40 +0000 Subject: [PATCH] Update golang Docker tag to v1.16.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2c22c0..44316f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.15.8-buster@sha256:cfb9cc8404364bdea43fff44193dd464b65c2dbd36f9ca6915b248fb492039ba as build +FROM golang:1.16.0-buster@sha256:ea746bbfc532e6ed2b164b90588ffcb59a16111237a8b95aa2beca69d6163178 as build # renovate: datasource=github-tags depName=strukturag/nextcloud-spreed-signaling versioning=semver ENV SPREED_SIGNALING_VERSION v0.2.0 -- 2.45.2