Skip to content

Commit

Permalink
update rust version in docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill-K-1 committed Jul 25, 2024
1 parent 8db736e commit db80e72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_db
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.78
RUST_VERSION=1.80

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_mailer
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.78
RUST_VERSION=1.80

RUN set -eux; \
apt-get update; \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_verifier
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUST_VERSION=1.78
RUST_VERSION=1.80

RUN set -eux; \
apt-get update; \
Expand Down

0 comments on commit db80e72

Please sign in to comment.