Skip to content

Commit

Permalink
chore(relay): update rust image to 1.63
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed May 21, 2024
1 parent 3fc62c5 commit 5255a06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/relay/Dockerfile.client
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.62.1-slim-bullseye AS builder
FROM rust:1.63.0-slim-bullseye AS builder

RUN apt-get update

Expand All @@ -14,7 +14,7 @@ RUN rustup target add x86_64-unknown-linux-musl
# on linux (debian), we can use the toolchain mentioned below also because
# custom toolchains are not supported.
#
RUN rustup component add rustfmt --toolchain 1.62.1-x86_64-unknown-linux-gnu
RUN rustup component add rustfmt --toolchain 1.63.0-x86_64-unknown-linux-gnu
RUN mkdir -p /opt/relay
COPY . /opt/relay

Expand Down
4 changes: 2 additions & 2 deletions core/relay/Dockerfile.driver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.62.1-slim-bullseye AS builder
FROM rust:1.63.0-slim-bullseye AS builder

RUN apt-get update

Expand All @@ -14,7 +14,7 @@ RUN rustup target add x86_64-unknown-linux-musl
# on linux (debian), we can use the toolchain mentioned below also because
# custom toolchains are not supported.
#
RUN rustup component add rustfmt --toolchain 1.62.1-x86_64-unknown-linux-gnu
RUN rustup component add rustfmt --toolchain 1.63.0-x86_64-unknown-linux-gnu
RUN mkdir -p /opt/relay
COPY . /opt/relay

Expand Down
4 changes: 2 additions & 2 deletions core/relay/Dockerfile.server
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.62.1-slim-bullseye AS builder
FROM rust:1.63.0-slim-bullseye AS builder

RUN apt-get update

Expand All @@ -14,7 +14,7 @@ RUN rustup target add x86_64-unknown-linux-musl
# on linux (debian), we can use the toolchain mentioned below also because
# custom toolchains are not supported.
#
RUN rustup component add rustfmt --toolchain 1.62.1-x86_64-unknown-linux-gnu
RUN rustup component add rustfmt --toolchain 1.63.0-x86_64-unknown-linux-gnu
RUN mkdir -p /opt/relay
COPY . /opt/relay

Expand Down

0 comments on commit 5255a06

Please sign in to comment.