Skip to content

Commit

Permalink
Revert "fix(docker): update Rust to 1.84 in Dockerfiles"
Browse files Browse the repository at this point in the history
  • Loading branch information
dkristia authored Jan 10, 2025
1 parent 4963db7 commit 39889f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/aarch64 arm64v8/rust:1.84-slim-buster as rust
FROM --platform=linux/aarch64 arm64v8/rust:1.78-slim-buster as rust

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion x86_64.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.84-slim-buster as rust
FROM rust:1.78-slim-buster as rust

WORKDIR /app

Expand Down

0 comments on commit 39889f3

Please sign in to comment.