We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bfe7d commit 2be6ac1Copy full SHA for 2be6ac1
Earthfile
@@ -13,10 +13,10 @@ COPY_METADATA:
13
14
15
rust-base:
16
- FROM rust:1.86.0-alpine3.20@sha256:2ee35275aeaa2e438f34a0563f7931988f5c5254e2eeec562f95a60ca2a2e7c3
+ FROM rust:1.86.0-alpine3.21@sha256:541a1720c1cedddae9e17b4214075bf57c20bc7b176b4bba6bce3437c44d51ef
17
RUN apk add --no-cache \
18
- bash=5.2.26-r0 \
19
- musl-dev=1.2.5-r1
+ bash=5.2.37-r0 \
+ musl-dev=1.2.5-r9
20
RUN rustup component add rustfmt clippy
21
WORKDIR "/monkey_interpreter"
22
0 commit comments