Skip to content

Commit 4706ac7

Browse files
committed
Bump base image for docker to 1.79
1 parent 8cf6106 commit 4706ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.77.2 as builder
1+
FROM rust:1.79 as builder
22
WORKDIR /app
33
RUN cargo install dioxus-cli
44
COPY Dioxus.toml ./
@@ -7,7 +7,7 @@ COPY assets ./assets
77
COPY src ./src
88
RUN dx build --platform fullstack --release
99

10-
FROM rust:1.77.2
10+
FROM rust:1.79
1111
#RUN apt-get update && rm -rf /var/lib/apt/lists/*
1212
#Copy all files from the builder
1313
WORKDIR /app

0 commit comments

Comments
 (0)