mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 08:32:02 +00:00
Use Rust 1.70 for Docker and CI (#3265)
This commit is contained in:
parent
862ceefc56
commit
434beadb58
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue