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