Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ COPY_METADATA:


rust-base:
FROM rust:1.86.0-alpine3.20@sha256:2ee35275aeaa2e438f34a0563f7931988f5c5254e2eeec562f95a60ca2a2e7c3
FROM rust:1.86.0-alpine3.21@sha256:541a1720c1cedddae9e17b4214075bf57c20bc7b176b4bba6bce3437c44d51ef
RUN apk add --no-cache \
bash=5.2.26-r0 \
musl-dev=1.2.5-r1
bash=5.2.37-r0 \
musl-dev=1.2.5-r9
RUN rustup component add rustfmt clippy
WORKDIR "/monkey_interpreter"

Expand Down
Loading