mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +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
|
# See https://github.com/woodpecker-ci/woodpecker/issues/1677
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- &muslrust_image "clux/muslrust:1.67.0"
|
- &muslrust_image "clux/muslrust:1.70.0"
|
||||||
|
|
||||||
# Broken for cron jobs currently, see
|
# Broken for cron jobs currently, see
|
||||||
# https://github.com/woodpecker-ci/woodpecker/issues/1716
|
# 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
|
WORKDIR /app
|
||||||
ARG CARGO_BUILD_TARGET=x86_64-unknown-linux-musl
|
ARG CARGO_BUILD_TARGET=x86_64-unknown-linux-musl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue