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 \
36
36
&& RUSTFLAGS="-C linker=$CC" CC=$CC cargo build --target "$RUST_TARGET" --release --features "full" \
37
37
&& mv target/$RUST_TARGET/release/ss* target/release/
38
38
39
- FROM alpine:3.21 AS sslocal
39
+ FROM alpine:3.22 AS sslocal
40
40
41
41
# NOTE: Please be careful to change the path of these binaries, refer to #1149 for more information.
42
42
COPY --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/
46
46
ENTRYPOINT [ "docker-entrypoint.sh" ]
47
47
CMD [ "sslocal" , "--log-without-time" , "-c" , "/etc/shadowsocks-rust/config.json" ]
48
48
49
- FROM alpine:3.21 AS ssserver
49
+ FROM alpine:3.22 AS ssserver
50
50
51
51
COPY --from=builder /root/shadowsocks-rust/target/release/ssserver /usr/bin/
52
52
COPY --from=builder /root/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/
You can’t perform that action at this time.
0 commit comments