docker cicd
Some checks reported warnings
Build Docker Image / Build (push) Has been cancelled

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-08-31 21:56:25 +02:00
parent 0ff5419c23
commit 68d7cbd32e
2 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM rust:1.79.0 AS dioxus
FROM rust:1.80.1 AS dioxus
RUN cargo install dioxus-cli@^0.5
FROM dioxus AS builder