Use Rust 1.70 for Docker and CI (#3265)

This commit is contained in:
Nutomic 2023-06-22 13:46:07 +02:00 committed by GitHub
parent 862ceefc56
commit 434beadb58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
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