Skip to content
Snippets Groups Projects
Unverified Commit 434beadb authored by Nutomic's avatar Nutomic Committed by GitHub
Browse files

Use Rust 1.70 for Docker and CI (#3265)

parent 862ceefc
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# See https://github.com/woodpecker-ci/woodpecker/issues/1677
variables:
- &muslrust_image "clux/muslrust:1.67.0"
- &muslrust_image "clux/muslrust:1.70.0"
# Broken for cron jobs currently, see
# https://github.com/woodpecker-ci/woodpecker/issues/1716
......
FROM clux/muslrust:1.67.0 as builder
FROM clux/muslrust:1.70.0 as builder
WORKDIR /app
ARG CARGO_BUILD_TARGET=x86_64-unknown-linux-musl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment