File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN case "$TARGETARCH" in \
4040 && RUSTFLAGS="-C linker=$CC" CC=$CC cargo build --target "$RUST_TARGET" --release --features "full" \
4141 && mv target/$RUST_TARGET/release/ss* target/release/
4242
43- FROM alpine:3.22 AS sslocal
43+ FROM alpine:3.23 AS sslocal
4444
4545# NOTE: Please be careful to change the path of these binaries, refer to #1149 for more information.
4646COPY --from=builder /root/shadowsocks-rust/target/release/sslocal /usr/bin/
@@ -50,7 +50,7 @@ COPY --from=builder /root/shadowsocks-rust/docker/docker-entrypoint.sh /usr/bin/
5050ENTRYPOINT [ "docker-entrypoint.sh" ]
5151CMD [ "sslocal" , "--log-without-time" , "-c" , "/etc/shadowsocks-rust/config.json" ]
5252
53- FROM alpine:3.22 AS ssserver
53+ FROM alpine:3.23 AS ssserver
5454
5555COPY --from=builder /root/shadowsocks-rust/target/release/ssserver /usr/bin/
5656COPY --from=builder /root/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/
You can’t perform that action at this time.
0 commit comments