Skip to content

Commit 7b57ed6

Browse files
committed
Julia: Update to v1.11.2
1 parent ce75ef2 commit 7b57ed6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.devcontainer/Julia.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/julia/base
2-
ARG JULIA_VERSION=1.11.1
2+
ARG JULIA_VERSION=1.11.2
33

44
ARG INSTALL_DEVTOOLS
55
ARG NODE_VERSION

.devcontainer/cuda-julia-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/cuda/julia/base",
8-
"JULIA_VERSION": "1.11.1",
8+
"JULIA_VERSION": "1.11.2",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/cuda-julia-pubtools/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/cuda/julia/pubtools",
8-
"JULIA_VERSION": "1.11.1",
8+
"JULIA_VERSION": "1.11.2",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/julia-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/julia/base",
8-
"JULIA_VERSION": "1.11.1",
8+
"JULIA_VERSION": "1.11.2",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

.devcontainer/julia-pubtools/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/julia/pubtools",
8-
"JULIA_VERSION": "1.11.1",
8+
"JULIA_VERSION": "1.11.2",
99
// "UNMINIMIZE": "unset-to-keep-minimized",
1010
"JUPYTERLAB_VERSION": "4.2.5",
1111
// "INSTALL_DEVTOOLS": "unset-to-not-install",

0 commit comments

Comments
 (0)