Skip to content

Commit

Permalink
Merge pull request #6 from integritee-network/tn/switch-docker-image
Browse files Browse the repository at this point in the history
Switch to more up to date docker image
  • Loading branch information
clangenb authored Nov 30, 2022
2 parents e1da02e + f17336b commit 579eb56
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 579eb56

Please sign in to comment.