From 4d002a3ad68f6c928c6cf8ec683a6f1cfdc3910b Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 2 May 2024 07:43:00 +0000 Subject: [PATCH] feat(docker): bump Alpine from 3.18 to 3.19 --- Dockerfile | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1fd5e8278..de18c8269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG ALPINE_VERSION=3.18 -ARG GO_ALPINE_VERSION=3.18 +ARG ALPINE_VERSION=3.19 +ARG GO_ALPINE_VERSION=3.19 ARG GO_VERSION=1.22 ARG XCPUTRANSLATE_VERSION=v0.6.0 ARG GOLANGCI_LINT_VERSION=v1.56.2 diff --git a/README.md b/README.md index e5efa2df0..9b69244a9 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Lightweight swiss-knife-like VPN client to multiple VPN service providers ## Features -- Based on Alpine 3.18 for a small Docker image of 35.6MB +- Based on Alpine 3.19 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