From f624bc7b1a9e68f0ce8ec31820301c91ee947102 Mon Sep 17 00:00:00 2001 From: Lewis Cowles Date: Wed, 8 Jun 2022 00:11:32 +0100 Subject: [PATCH] Go 1.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 283e90b..469e2ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG GOTAG=1.14-alpine +ARG GOTAG=1.15-alpine FROM golang:${GOTAG} as builder MAINTAINER CD2Team