Skip to content

Commit 1f53ae7

Browse files
chore(deps): update alpine docker tag to v3.24
1 parent 54ab30e commit 1f53ae7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

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

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

0 commit comments

Comments
 (0)