Skip to content

Commit 2be6ac1

Browse files
chore(deps): update rust docker tag to v1.86.0-alpine3.21 (#149)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16bfe7d commit 2be6ac1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Earthfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ COPY_METADATA:
1313

1414

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

0 commit comments

Comments
 (0)