Skip to content

Commit 7322ae1

Browse files
committed
fix: upgrade mxbuild.Dockerfile dotnet-runtime version to 8
1 parent e032ca7 commit 7322ae1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ node_modules
99
*.launch
1010
mxproject
1111
coverage
12+
/tmp
1213

1314
detox/apps
1415
detox/*.log

packages/jsActions/nanoflow-actions-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@
3636
"eslint": "^7.20.0",
3737
"rollup": "^2.68.0"
3838
}
39-
}
39+
}

scripts/automation/mxbuild.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/dotnet/runtime:6.0
1+
FROM mcr.microsoft.com/dotnet/runtime:8.0
22
ARG MENDIX_VERSION
33

44
RUN \

0 commit comments

Comments
 (0)