Skip to content

Commit

Permalink
Upgrade rust
Browse files Browse the repository at this point in the history
  • Loading branch information
nag763 committed Jan 19, 2025
1 parent ec8a3be commit 54ced8f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_async
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83.0-alpine as builder
FROM rust:1.84.0-alpine as builder

WORKDIR /home/usr/async/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_back
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83.0-alpine as builder
FROM rust:1.84.0-alpine as builder

WORKDIR /home/usr/back/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_doc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83.0 as doc_builder
FROM rust:1.84.0 as doc_builder

WORKDIR /home/usr/doc

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_front
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir assets

RUN npx [email protected] -i main.css -o assets/tailwind.css -c tailwind.config.js --minify

FROM rust:1.83.0 as src_builder
FROM rust:1.84.0 as src_builder

RUN apt-get update; apt-get install clang -y

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_tct
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.83.0-alpine as builder
FROM rust:1.84.0-alpine as builder

WORKDIR /home/usr/tct/

Expand Down

0 comments on commit 54ced8f

Please sign in to comment.