Skip to content

Commit

Permalink
Switch to more up to date docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Niederb committed Nov 29, 2022
1 parent e1da02e commit f17336b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
# Rust-sgx-sdk installed
# IPFS installed
ARG VERSION_UBUNTU=2004
ARG VERSION_RUST_SGX_SDK=1.1.4
ARG VERSION_RUST_SGX_SDK=1.1.6

FROM baiduxlab/sgx-rust:${VERSION_UBUNTU}-${VERSION_RUST_SGX_SDK}
FROM niederb/sgx-rust:${VERSION_UBUNTU}-${VERSION_RUST_SGX_SDK}
LABEL maintainer="zoltan@integritee.network"
LABEL description="Generic Dockerfile for Intel SGX development and CI machines"
ARG VERSION_IPFS=0.4.21
Expand Down

0 comments on commit f17336b

Please sign in to comment.