Skip to content

Commit 46586a0

Browse files
chore(deps): update alpine docker tag to v3.22
1 parent a93f6c1 commit 46586a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
4242
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/
4646
ENTRYPOINT [ "docker-entrypoint.sh" ]
4747
CMD [ "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

5151
COPY --from=builder /root/shadowsocks-rust/target/release/ssserver /usr/bin/
5252
COPY --from=builder /root/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/

0 commit comments

Comments
 (0)