diff --git a/Dockerfile b/Dockerfile index 5a919b7..44cfa86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG IMAGE=scratch ARG OS=linux ARG ARCH=amd64 -FROM golang:1.17.2-alpine3.13 as builder +FROM golang:1.17.3-alpine3.13 as builder WORKDIR /go/src/github.com/eko/pihole-exporter COPY . .