Skip to content

Commit

Permalink
feat(docker): bump Alpine from 3.19 to 3.20
Browse files Browse the repository at this point in the history
- Fix iptables and iptables-nft behavior
- Address systems not supporting iptables-legacy, see #2304
  • Loading branch information
qdm12 committed Jul 28, 2024
1 parent 921992e commit 9807d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ALPINE_VERSION=3.19
ARG GO_ALPINE_VERSION=3.19
ARG ALPINE_VERSION=3.20
ARG GO_ALPINE_VERSION=3.20
ARG GO_VERSION=1.22
ARG XCPUTRANSLATE_VERSION=v0.6.0
ARG GOLANGCI_LINT_VERSION=v1.56.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Lightweight swiss-knife-like VPN client to multiple VPN service providers

## Features

- Based on Alpine 3.19 for a small Docker image of 35.6MB
- Based on Alpine 3.20 for a small Docker image of 35.6MB
- Supports: **AirVPN**, **Cyberghost**, **ExpressVPN**, **FastestVPN**, **HideMyAss**, **IPVanish**, **IVPN**, **Mullvad**, **NordVPN**, **Perfect Privacy**, **Privado**, **Private Internet Access**, **PrivateVPN**, **ProtonVPN**, **PureVPN**, **SlickVPN**, **Surfshark**, **TorGuard**, **VPNSecure.me**, **VPNUnlimited**, **Vyprvpn**, **WeVPN**, **Windscribe** servers
- Supports OpenVPN for all providers listed
- Supports Wireguard both kernelspace and userspace
Expand Down

0 comments on commit 9807d5f

Please sign in to comment.