Skip to content

chore(deps): update rust:1.86.0-alpine3.21 docker digest to 8c042ca #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
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
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY_METADATA:


rust-base:
FROM rust:1.86.0-alpine3.21@sha256:541a1720c1cedddae9e17b4214075bf57c20bc7b176b4bba6bce3437c44d51ef
FROM rust:1.86.0-alpine3.21@sha256:8c042cad9f1a5c481b57503559ec9c3e0fd1d36a26db2d6b0ee36b69fd23cbf2
RUN apk add --no-cache \
bash=5.2.37-r0 \
musl-dev=1.2.5-r9
Expand Down
Loading