mirror of https://github.com/LemmyNet/lemmy.git
Use Rust 1.70 for Docker and CI (#3265)
parent
862ceefc56
commit
434beadb58
|
@ -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 New Issue