From a63297069ccc96fa67724b419c4e7a59f39029ca Mon Sep 17 00:00:00 2001 From: Leopold Schabel Date: Thu, 4 Feb 2021 23:28:25 +0100 Subject: [PATCH] Update to Go 1.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98af550..0344580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.14 as builder +FROM docker.io/golang:1.15@sha256:c161abf0cde3969e05f6914a86cab804b2b0df515f4ff9570475b25547ba7959 as builder COPY . /opt WORKDIR /opt