From 618978c81e3189a8811d558b18f3800f65585341 Mon Sep 17 00:00:00 2001 From: Ali Orouji Date: Thu, 18 Feb 2021 01:36:49 +0330 Subject: [PATCH] update dockerfile to use go 1.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 70ce631..cf774d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.12.4-alpine AS build_deps +FROM golang:1.13-alpine AS build_deps RUN apk add --no-cache git