Skip to content

Commit 45173ba

Browse files
committed
Bump AlpineLinux to v3.19
- fix strip error
1 parent 8ad3036 commit 45173ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16
1+
FROM alpine:3.19
22
LABEL maintainer="kev <noreply@datageek.info>, Sah <contact@leesah.name>, vndroid <waveworkshop@outlook.com>"
33

44
ENV SERVER_ADDR=0.0.0.0
@@ -31,7 +31,7 @@ RUN set -x \
3131
&& make install \
3232
&& cd /usr/local/bin \
3333
&& ls /usr/local/bin/ss-* | xargs -n1 setcap cap_net_bind_service+ep \
34-
&& strip $(ls /usr/local/bin | grep -Ev 'ss-nat') \
34+
&& strip $(ls /usr/local/bin | grep -Ev 'ss-nat' | grep -Ev 'ss-setup') \
3535
&& apk del .build-deps \
3636
# Runtime dependencies setup
3737
&& apk add --no-cache \

0 commit comments

Comments
 (0)