Skip to content

Commit 33f9c46

Browse files
chore(deps): update dependency alpine_3_20/musl-dev to v1.2.5-r1 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 61a2021 commit 33f9c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-base:
1717
# renovate: datasource=repology depName=alpine_3_20/bash versioning=loose
1818
ENV BASH_VERSION="5.2.26-r0"
1919
# renovate: datasource=repology depName=alpine_3_20/musl-dev versioning=loose
20-
ENV MUSL_VERSION="1.2.5-r0"
20+
ENV MUSL_VERSION="1.2.5-r1"
2121
RUN apk add --no-cache bash=$BASH_VERSION musl-dev=$MUSL_VERSION
2222
RUN rustup component add rustfmt clippy
2323
WORKDIR "/monkey_interpreter"

0 commit comments

Comments
 (0)