From 5cf5d9176f1f9151f2708395519a42efe0362891 Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Wed, 21 Oct 2020 23:28:15 +0200 Subject: [PATCH] Fixed alpine version to 3.11 at the moment (missing upx on 3.12) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1207b0b..e910fd2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG IMAGE=scratch ARG OS=linux ARG ARCH=amd64 -FROM golang:alpine as builder +FROM golang:alpine3.11 as builder WORKDIR /go/src/github.com/eko/pihole-exporter COPY . .