Skip to content

Commit 6307773

Browse files
Update alpine Docker tag to v3.20
1 parent aabe10e commit 6307773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN mkdir /go/out && go build -o /go/out/dockerhub_ratelimit_exporter
88

99

1010
# Final Image
11-
FROM alpine:3.18
11+
FROM alpine:3.20
1212

1313
LABEL name="dockerhub_ratelimit_exporter" version="1.0.2" \
1414
description="A exporter for prometheus to check the pull limit of the DockerHub" \

0 commit comments

Comments
 (0)