diff --git a/misc/dokku/Dockerfile b/misc/dokku/Dockerfile index 14179bf..47a31b8 100644 --- a/misc/dokku/Dockerfile +++ b/misc/dokku/Dockerfile @@ -1,11 +1,11 @@ -FROM golang:1.17 AS build +FROM golang:1.19 AS build ARG HTTP_PROXY= ARG HTTPS_PROXY= ARG http_proxy= ARG https_proxy= -RUN apt-get update && apt-get install -y build-essential git bash +RUN apt-get update && apt-get install -y make git bash COPY . /src