Skip to content

Commit 2129657

Browse files
committed
Update to Alpine 3.20 and RustPython 0.3.1
Closes #1
1 parent feba04d commit 2129657

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM alpine:3.18 as builder
1+
FROM alpine:3.20 as builder
22

33
WORKDIR /workdir
44

5-
ARG RUST_PYTHON_VERSION="0.3.0"
5+
ARG RUST_PYTHON_VERSION="0.3.1"
66
ARG BUILD_DATE
77
ARG VCS_REF
88

@@ -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.18
29+
FROM alpine:3.20
3030

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

0 commit comments

Comments
 (0)