update dockerfile to use go 1.13

This commit is contained in:
Ali Orouji 2021-02-18 01:36:49 +03:30
parent 712ad6b3ce
commit 618978c81e

View file

@ -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