Skip to content

Commit

Permalink
Upgrade rust sdk to 1.1.4, fixes #5, fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mosonyi committed Feb 28, 2022
1 parent 9f7cca1 commit e1da02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Rust-sgx-sdk installed
# IPFS installed
ARG VERSION_UBUNTU=2004
ARG VERSION_RUST_SGX_SDK=1.1.3
ARG VERSION_RUST_SGX_SDK=1.1.4

FROM baiduxlab/sgx-rust:${VERSION_UBUNTU}-${VERSION_RUST_SGX_SDK}
LABEL maintainer="zoltan@integritee.network"
Expand All @@ -31,6 +31,7 @@ SHELL ["/bin/bash", "-c"]

# install rsync
RUN apt-get update && \
apt-get -y upgrade && \
apt-get install -y --no-install-recommends \
rsync && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit e1da02e

Please sign in to comment.