Skip to content

Commit 9ae8907

Browse files
chore(deps): update alpine docker tag to v3.23
1 parent aa7765f commit 9ae8907

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
@@ -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.
4646
COPY --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/
5050
ENTRYPOINT [ "docker-entrypoint.sh" ]
5151
CMD [ "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

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

0 commit comments

Comments
 (0)