diff --git a/Dockerfile b/Dockerfile
index 146a16de7dfd08287a9df308860a0b659eadb754..df77e135bdef596a64561747dcd8e1e24f62b6f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # we need to use alpine to build since cgo is required
-FROM golang:1.12-alpine AS build
+FROM golang:1.13-alpine AS build
 RUN apk add --no-cache git gcc g++
 
 # Set the current Working Directory inside the container