Fixed alpine version to 3.11 at the moment (missing upx on 3.12)

This commit is contained in:
Vincent Composieux 2020-10-21 23:28:15 +02:00
parent 467d683585
commit 5cf5d9176f
No known key found for this signature in database
GPG Key ID: 7306974ABA6382AC
1 changed files with 1 additions and 1 deletions

View File

@ -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 . .