From 0e6e4e501c450049a85fb96f81f02f9219162bb9 Mon Sep 17 00:00:00 2001 From: bjdgyc Date: Tue, 20 Feb 2024 18:05:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20alpine:3.19=20=E4=B8=8B=20?= =?UTF-8?q?iptables=20=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/init_release.sh | 6 +++++- version | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docker/init_release.sh b/docker/init_release.sh index 411a2a09..3890cc3e 100644 --- a/docker/init_release.sh +++ b/docker/init_release.sh @@ -8,7 +8,11 @@ if [[ $CN == "yes" ]]; then export GOPROXY=https://goproxy.cn fi -apk add --no-cache bash iptables iproute2 tzdata +#兼容老版 iptables +apk add --no-cache iptables iptables-legacy +rm /sbin/iptables && ln -s /sbin/iptables-legacy /sbin/iptables + +apk add --no-cache ca-certificates bash iproute2 tzdata chmod +x /app/docker_entrypoint.sh mkdir /app/log diff --git a/version b/version index 027934ea..a8839f70 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11.1 \ No newline at end of file +0.11.2 \ No newline at end of file