We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d49a56 commit e305d54Copy full SHA for e305d54
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.22.1 AS certs
+FROM alpine:3.23.3 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.23.3
15
16
ARG SREP_VERSION
17
ENV SREP_VERSION ${SREP_VERSION}
0 commit comments