diff --git a/docs/Dockerfile b/docs/Dockerfile index efe243dea..000e5ff96 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,7 +1,7 @@ ARG RUNNER_IMAGE=nginx # Build stage -FROM node AS builder +FROM node:25.1 AS builder WORKDIR /app COPY package.json package.json @@ -44,5 +44,3 @@ WORKDIR /app ADD default.conf /etc/nginx/conf.d/default.conf COPY --from=builder /app/build/ /usr/share/nginx/html/ - - diff --git a/docs/sidebars.js b/docs/sidebars.js index 3585bca96..492903abc 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -82,7 +82,7 @@ const sidebars = { 'using-semaphore/tasks', ] }, - + { type: 'category', @@ -95,7 +95,7 @@ const sidebars = { } ] }, - + { type: 'category', @@ -197,7 +197,8 @@ const sidebars = { 'reference/os-ubuntu-images/ubuntu-2004-image', 'reference/os-ubuntu-images/ubuntu-2204-image', 'reference/os-ubuntu-images/ubuntu-2204-arm-image', - 'reference/os-ubuntu-images/ubuntu-2404-image' + 'reference/os-ubuntu-images/ubuntu-2404-image', + 'reference/os-ubuntu-images/ubuntu-2404-arm-image' ] }, ]