We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d49a56 commit 3e77839Copy full SHA for 3e77839
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.22.1 AS certs
+FROM alpine:3.22.2 AS certs
2
3
RUN apk add ca-certificates
4
local.Dockerfile
@@ -11,7 +11,7 @@ COPY . /build
11
RUN go mod download
12
RUN CGO_ENABLED=0 go build -a -o adguard-exporter main.go
13
14
-FROM alpine:3.22.1
+FROM alpine:3.22.2
15
16
ARG SREP_VERSION
17
ENV SREP_VERSION ${SREP_VERSION}
0 commit comments