We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad3036 commit 45173baCopy full SHA for 45173ba
1 file changed
docker/alpine/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM alpine:3.16
+FROM alpine:3.19
2
LABEL maintainer="kev <noreply@datageek.info>, Sah <contact@leesah.name>, vndroid <waveworkshop@outlook.com>"
3
4
ENV SERVER_ADDR=0.0.0.0
@@ -31,7 +31,7 @@ RUN set -x \
31
&& make install \
32
&& cd /usr/local/bin \
33
&& ls /usr/local/bin/ss-* | xargs -n1 setcap cap_net_bind_service+ep \
34
- && strip $(ls /usr/local/bin | grep -Ev 'ss-nat') \
+ && strip $(ls /usr/local/bin | grep -Ev 'ss-nat' | grep -Ev 'ss-setup') \
35
&& apk del .build-deps \
36
# Runtime dependencies setup
37
&& apk add --no-cache \
0 commit comments