File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN case "$TARGETARCH" in \
4949 && RUSTFLAGS="-C linker=$CC" CC=$CC cargo build --target "$RUST_TARGET" --release --features "full" \
5050 && mv target/$RUST_TARGET/release/ss* target/release/
5151
52- FROM alpine:3.23 AS sslocal
52+ FROM alpine:3.24 AS sslocal
5353
5454# NOTE: Please be careful to change the path of these binaries, refer to #1149 for more information.
5555COPY --from=builder /root/shadowsocks-rust/target/release/sslocal /usr/bin/
@@ -59,7 +59,7 @@ COPY --from=builder /root/shadowsocks-rust/docker/docker-entrypoint.sh /usr/bin/
5959ENTRYPOINT [ "docker-entrypoint.sh" ]
6060CMD [ "sslocal" , "--log-without-time" , "-c" , "/etc/shadowsocks-rust/config.json" ]
6161
62- FROM alpine:3.23 AS ssserver
62+ FROM alpine:3.24 AS ssserver
6363
6464COPY --from=builder /root/shadowsocks-rust/target/release/ssserver /usr/bin/
6565COPY --from=builder /root/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/
You can’t perform that action at this time.
0 commit comments