Skip to content

Commit fc78541

Browse files
authored
Dockerfile: use latest Simics packages to be compatible with Simics 7 (#293)
1 parent c5cad56 commit fc78541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ set -e
193193
# Create the example project
194194
ispm projects /workspace/projects/example/ --create \
195195
1000-${PUBLIC_SIMICS_PACKAGE_VERSION_1000} \
196-
2096-6.0.73 \
197-
8112-6.0.21 \
198-
1030-6.0.7 \
196+
2096-latest \
197+
8112-latest \
198+
1030-latest \
199199
31337-latest --ignore-existing-files --non-interactive
200200

201201
# Copy required files

0 commit comments

Comments
 (0)