From 43a1162a864de7b28c6778e05addcaaab5599b1f Mon Sep 17 00:00:00 2001 From: Taras Postument Date: Mon, 11 May 2020 14:31:27 +0300 Subject: [PATCH] bump golang version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40883789..b96ef3e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13.3-alpine AS builder +FROM golang:1.13.10-alpine AS builder WORKDIR ${GOPATH}/src/github.com/mcuadros/ofelia COPY . ${GOPATH}/src/github.com/mcuadros/ofelia