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 61a2021 commit 33f9c46Copy full SHA for 33f9c46
Earthfile
@@ -17,7 +17,7 @@ rust-base:
17
# renovate: datasource=repology depName=alpine_3_20/bash versioning=loose
18
ENV BASH_VERSION="5.2.26-r0"
19
# renovate: datasource=repology depName=alpine_3_20/musl-dev versioning=loose
20
- ENV MUSL_VERSION="1.2.5-r0"
+ ENV MUSL_VERSION="1.2.5-r1"
21
RUN apk add --no-cache bash=$BASH_VERSION musl-dev=$MUSL_VERSION
22
RUN rustup component add rustfmt clippy
23
WORKDIR "/monkey_interpreter"
0 commit comments