Skip to content

Commit

Permalink
Move base enclave image to 20.04 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Oct 30, 2024
1 parent 71b6b9e commit 661d5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# `--target build-deb-mainnet` - the image used to generate deb package for mainnet (will pull precompiled enclave)
# `--target compile-secretd` - image with compiled enclave and secretd

ARG SCRT_BASE_IMAGE_ENCLAVE=ghcr.io/scrtlabs/sgx-rust:2204-1.1.6
ARG SCRT_BASE_IMAGE_ENCLAVE=ghcr.io/scrtlabs/sgx-rust:2004-1.1.6
ARG SCRT_RELEASE_BASE_IMAGE=ghcr.io/scrtlabs/release-base:20.04-2.20-dcap

# ***************** PREPARE COMPILE ENCLAVE ************** #
Expand All @@ -16,7 +16,7 @@ FROM $SCRT_BASE_IMAGE_ENCLAVE AS prepare-compile-enclave

RUN apt-get update && \
apt-get install -y --no-install-recommends \
clang-12 && \
clang-10 && \
rm -rf /var/lib/apt/lists/*

ENV PATH="/root/.cargo/bin:$PATH"
Expand Down

0 comments on commit 661d5c3

Please sign in to comment.