Skip to content

Commit

Permalink
Fail2ban 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Dec 23, 2020
1 parent d7de314 commit 1110846
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.2-RC1 (2020/12/23)

* Fail2ban 0.11.2

## 0.11.1-RC5 (2020/11/22)

* Rebuild to fix tzdata issue with Alpine
Expand Down
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
FROM --platform=${TARGETPLATFORM:-linux/amd64} alpine:3.12

ARG TARGETPLATFORM
ARG BUILDPLATFORM
RUN printf "I am running on ${BUILDPLATFORM:-linux/amd64}, building for ${TARGETPLATFORM:-linux/amd64}\n$(uname -a)\n"

LABEL maintainer="CrazyMax"

ENV FAIL2BAN_VERSION="0.11.1" \
ENV FAIL2BAN_VERSION="0.11.2" \
TZ="UTC"

RUN apk --update --no-cache add \
Expand Down

0 comments on commit 1110846

Please sign in to comment.