diff --git a/misc/temporary-enclave-bypass/Dockerfile b/misc/temporary-enclave-bypass/Dockerfile index 3ef0c65..bc7e212 100644 --- a/misc/temporary-enclave-bypass/Dockerfile +++ b/misc/temporary-enclave-bypass/Dockerfile @@ -13,7 +13,7 @@ RUN cargo build --locked --release RUN cargo install vsock-relay -FROM amazonlinux:2.0.20230207.0 +FROM amazonlinux:2.0.20230719.0 RUN echo "timeout=60.0" >> /etc/yum.conf RUN amazon-linux-extras install aws-nitro-enclaves-cli nginx1 -y && \