Skip to content

Commit

Permalink
Bump base image for docker to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
slackspace-io committed Jul 26, 2024
1 parent 8cf6106 commit 4706ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77.2 as builder
FROM rust:1.79 as builder
WORKDIR /app
RUN cargo install dioxus-cli
COPY Dioxus.toml ./
Expand All @@ -7,7 +7,7 @@ COPY assets ./assets
COPY src ./src
RUN dx build --platform fullstack --release

FROM rust:1.77.2
FROM rust:1.79
#RUN apt-get update && rm -rf /var/lib/apt/lists/*
#Copy all files from the builder
WORKDIR /app
Expand Down

0 comments on commit 4706ac7

Please sign in to comment.