aboutsummaryrefslogtreecommitdiff
path: root/Earthfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-01-14 08:12:38 +0000
committerFuwn <[email protected]>2025-01-14 08:18:44 +0000
commitda8f855f82267b0d5543363f58d300813caf1ed9 (patch)
tree21b3c352593fb312a16be8ac199d1d991259331c /Earthfile
parentdocs(cargo): add minimum rust version for lock file version 4 support (diff)
downloadseptember-da8f855f82267b0d5543363f58d300813caf1ed9.tar.xz
september-da8f855f82267b0d5543363f58d300813caf1ed9.zip
ci: bump rustv0.2.33
Diffstat (limited to 'Earthfile')
-rw-r--r--Earthfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Earthfile b/Earthfile
index 3583c9e..c33ea16 100644
--- a/Earthfile
+++ b/Earthfile
@@ -17,9 +17,9 @@ docker:
SAVE IMAGE --push fuwn/september:$tag
deps:
- ARG rustc="1.76.0"
+ ARG rustc="1.78.0"
- FROM clux/muslrust:$rustc
+ FROM clux/muslrust:$rustc-stable
RUN curl "https://static.rust-lang.org/rustup/archive/${RUSTUP_VER}/${RUST_ARCH}/rustup-init" -o rustup-init \
&& chmod +x rustup-init \