We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf6106 commit 4706ac7Copy full SHA for 4706ac7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.77.2 as builder
+FROM rust:1.79 as builder
2
WORKDIR /app
3
RUN cargo install dioxus-cli
4
COPY Dioxus.toml ./
@@ -7,7 +7,7 @@ COPY assets ./assets
7
COPY src ./src
8
RUN dx build --platform fullstack --release
9
10
-FROM rust:1.77.2
+FROM rust:1.79
11
#RUN apt-get update && rm -rf /var/lib/apt/lists/*
12
#Copy all files from the builder
13
0 commit comments