We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74660a0 + ee805b7 commit 55f6a49Copy full SHA for 55f6a49
.drone.star
@@ -46,7 +46,7 @@ K3D_IMAGE = "ghcr.io/k3d-io/k3d:5-dind"
46
OC_CI_HUGO_STATIC_IMAGE = "hugomods/hugo:base-0.129.0"
47
48
DEFAULT_PHP_VERSION = "8.4"
49
-DEFAULT_NODEJS_VERSION = "22"
+DEFAULT_NODEJS_VERSION = "24"
50
51
dirs = {
52
"base": "/drone/src",
Dockerfile
@@ -14,7 +14,7 @@
14
# is a lot faster than the build steps below.
15
16
17
-FROM owncloudci/nodejs:18 AS generate
+FROM owncloudci/nodejs:24 AS generate
18
19
COPY ./ /ocis/
20
0 commit comments