Skip to content

Commit 8e03145

Browse files
authored
Dockerfile: pin Simics Base to PUBLIC_SIMICS_PACKAGE_VERSION_1000 (#210)
1 parent e5ffc01 commit 8e03145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ WORKDIR /workspace/projects/example/
112112
# password "fuzzing!"
113113
# - A SIMICS script that configures the fuzzer for the example and starts fuzzing it
114114
RUN ispm projects /workspace/projects/example/ --create \
115-
1000-latest \
115+
1000-${PUBLIC_SIMICS_PACKAGE_VERSION_1000} \
116116
2096-latest \
117117
8112-latest \
118118
1030-latest \

0 commit comments

Comments
 (0)