Skip to content

Commit

Permalink
Dockerfile: bump fail2ban_exporter to 0.10.1
Browse files Browse the repository at this point in the history
Signed-off-by: Thilo Fromm <thilo.alexander@gmail.com>
  • Loading branch information
t-lo committed Nov 28, 2023
1 parent 03318a1 commit b311327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# First, build the metrics exporter and the "prips" (print ip ranges) tool.
FROM alpine AS builder
ARG postfix_exporter_version=0.3.0
ARG fail2ban_exporter_version=0.9.0
ARG fail2ban_exporter_version=0.10.1
ARG prips_version=1.2.0

RUN apk update \
Expand Down

0 comments on commit b311327

Please sign in to comment.