Skip to content

Commit 9186ecc

Browse files
committed
Bump Alpine to 3.23
1 parent fa5a216 commit 9186ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20 as builder
1+
FROM alpine:3.23 as builder
22

33
WORKDIR /workdir
44

@@ -26,7 +26,7 @@ RUN cargo fetch
2626

2727
RUN cargo build --features freeze-stdlib --release --locked --offline --bin rustpython
2828

29-
FROM alpine:3.20
29+
FROM alpine:3.23
3030

3131
RUN apk --no-cache add musl libgcc
3232

0 commit comments

Comments
 (0)