Skip to content

Commit bf4fae4

Browse files
committed
MAX/Mojo: Update to v24.6.0
1 parent dc8186c commit bf4fae4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/Mojo.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BUILD_ON_IMAGE=glcr.b-data.ch/mojo/base
2-
ARG MOJO_VERSION=24.5.0
2+
ARG MOJO_VERSION=24.6.0
33

44
ARG INSTALL_DEVTOOLS
55
ARG NODE_VERSION

.devcontainer/max-base/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/max/base",
8-
"MOJO_VERSION": "24.5.0",
8+
"MOJO_VERSION": "24.6.0",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.6",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/max-scipy/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/max/scipy",
8-
"MOJO_VERSION": "24.5.0",
8+
"MOJO_VERSION": "24.6.0",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.6",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/mojo-base/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/mojo/base",
8-
"MOJO_VERSION": "24.5.0",
8+
"MOJO_VERSION": "24.6.0",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.6",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/mojo-scipy/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"context": "..",
66
"args": {
77
"BUILD_ON_IMAGE": "glcr.b-data.ch/mojo/scipy",
8-
"MOJO_VERSION": "24.5.0",
8+
"MOJO_VERSION": "24.6.0",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.6",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

0 commit comments

Comments
 (0)