mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-21 11:05:22 +01:00
Fixed alpine version to 3.11 at the moment (missing upx on 3.12)
This commit is contained in:
parent
467d683585
commit
5cf5d9176f
@ -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 New Issue
Block a user