Skip to content

Commit 6362717

Browse files
committed
chore(key-provider): bump Rust to 1.92
1 parent 7cfd63e commit 6362717

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

key-provider-build/Dockerfile.key-provider

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y \
88
build-essential=12.8ubuntu1.1 \
99
&& rm -rf /var/lib/apt/lists/*
1010

11-
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.80 -y
11+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain 1.92 -y
1212
ENV PATH="/root/.cargo/bin:${PATH}"
1313

1414
# Set environment variables
@@ -39,4 +39,4 @@ RUN gramine-sgx-sigstruct-view --output-format json gramine-sealing-key-provider
3939
COPY entrypoint-key-provider.sh /entrypoint.sh
4040
RUN chmod +x /entrypoint.sh
4141

42-
ENTRYPOINT ["/entrypoint.sh"]
42+
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)