@@ -1,4 +1,4 @@
-FROM alpine:latest as build
+FROM golang:alpine as build
RUN apk add --update go git gcc g++