Skip to content

Commit

Permalink
Fail2ban 0.10.5
Browse files Browse the repository at this point in the history
Add nftables support
Alpine Linux 3.11
  • Loading branch information
crazy-max committed Jan 17, 2020
1 parent a7ab683 commit dc8fbcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LABEL maintainer="CrazyMax" \
org.label-schema.vendor="CrazyMax" \
org.label-schema.schema-version="1.0"

ENV FAIL2BAN_VERSION="0.10.4" \
ENV FAIL2BAN_VERSION="0.10.5" \
TZ="UTC"

RUN apk --update --no-cache add \
Expand All @@ -29,6 +29,7 @@ RUN apk --update --no-cache add \
iptables \
ip6tables \
kmod \
nftables \
python3 \
python3-dev \
py3-setuptools \
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2019 CrazyMax
Copyright (c) 2018 CrazyMax

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit dc8fbcd

Please sign in to comment.