Skip to content

Commit

Permalink
Update to Alpine 3.20 and RustPython 0.3.1
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
williamdes committed Jul 5, 2024
1 parent feba04d commit 2129657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.18 as builder
FROM alpine:3.20 as builder

WORKDIR /workdir

ARG RUST_PYTHON_VERSION="0.3.0"
ARG RUST_PYTHON_VERSION="0.3.1"
ARG BUILD_DATE
ARG VCS_REF

Expand All @@ -26,7 +26,7 @@ RUN cargo fetch

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

FROM alpine:3.18
FROM alpine:3.20

RUN apk --no-cache add musl libgcc

Expand Down

0 comments on commit 2129657

Please sign in to comment.