We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9991196 + 1c91f24 commit 061ba33Copy full SHA for 061ba33
Dockerfile
@@ -2,7 +2,7 @@ ARG IMAGE=scratch
2
ARG OS=linux
3
ARG ARCH=amd64
4
5
-FROM golang:1.24.4-alpine3.21 as builder
+FROM golang:1.24.5-alpine3.21 as builder
6
7
WORKDIR /go/src/github.com/eko/pihole-exporter
8
COPY . .
0 commit comments