diff --git a/Dockerfile b/Dockerfile index 47ee5fd..fb8fef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.13-alpine AS builder +FROM golang:alpine AS builder LABEL maintainer="joona@kuori.org" RUN apk add --update gcc musl-dev git