We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aabe10e commit 6307773Copy full SHA for 6307773
Dockerfile
@@ -8,7 +8,7 @@ RUN mkdir /go/out && go build -o /go/out/dockerhub_ratelimit_exporter
8
9
10
# Final Image
11
-FROM alpine:3.18
+FROM alpine:3.20
12
13
LABEL name="dockerhub_ratelimit_exporter" version="1.0.2" \
14
description="A exporter for prometheus to check the pull limit of the DockerHub" \
0 commit comments