Skip to content

Commit f2ba2f5

Browse files
committed
Update eif Docker base
1 parent fff8cb9 commit f2ba2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortanix-vme/eif-tools/src/bin/ftxvme-elf2eif.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use eif_tools::*;
1313
/// Create a temporary directory used for creating a docker image.
1414
fn setup_docker_dir(elf_path: &str) -> Result<TempDir> {
1515
const DOCKERFILE: &str = "
16-
FROM alpine
16+
FROM scratch
1717
COPY enclave .
1818
CMD ./enclave
1919
";

0 commit comments

Comments
 (0)