fix
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2024-12-30 22:06:15 +01:00
parent 69a9eb4d9d
commit c3d22f8e89
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM rust:buster as builder
FROM rust:buster AS builder
RUN rustup default nightly