Fixed alpine version to 3.11 at the moment (missing upx on 3.12)
This commit is contained in:
parent
467d683585
commit
5cf5d9176f
1 changed files with 1 additions and 1 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue