From ccc0116ea3d65f3cbb68d7727dbc3ab3b1bce12a Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Thu, 18 Sep 2025 04:18:21 -0700 Subject: [PATCH] Dockerfile: pin Simics Base to PUBLIC_SIMICS_PACKAGE_VERSION_1000 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c85b8272..8d4d8992 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,7 +112,7 @@ WORKDIR /workspace/projects/example/ # password "fuzzing!" # - A SIMICS script that configures the fuzzer for the example and starts fuzzing it RUN ispm projects /workspace/projects/example/ --create \ - 1000-latest \ + 1000-${PUBLIC_SIMICS_PACKAGE_VERSION_1000} \ 2096-latest \ 8112-latest \ 1030-latest \