chore: update node to krypton (24) (#2536)

update to node krypton
This commit is contained in:
Bernd Storath
2026-03-10 10:45:10 +01:00
committed by GitHub
parent abedf9f38e
commit 76c2233e46
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: "lts/jod" node-version: "lts/krypton"
check-latest: true check-latest: true
cache: "pnpm" cache: "pnpm"
@@ -57,7 +57,7 @@ jobs:
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: "lts/jod" node-version: "lts/krypton"
check-latest: true check-latest: true
cache: "pnpm" cache: "pnpm"
+2 -2
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:jod-alpine AS build FROM docker.io/library/node:krypton-alpine AS build
WORKDIR /app WORKDIR /app
# update corepack # update corepack
@@ -25,7 +25,7 @@ RUN apk add linux-headers build-base go git && \
# Copy build result to a new image. # Copy build result to a new image.
# This saves a lot of disk space. # This saves a lot of disk space.
FROM docker.io/library/node:jod-alpine FROM docker.io/library/node:krypton-alpine
WORKDIR /app WORKDIR /app
HEALTHCHECK --interval=1m --timeout=5s --retries=3 CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q interface || exit 1" HEALTHCHECK --interval=1m --timeout=5s --retries=3 CMD /usr/bin/timeout 5s /bin/sh -c "/usr/bin/wg show | /bin/grep -q interface || exit 1"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:jod-alpine FROM docker.io/library/node:krypton-alpine
WORKDIR /app WORKDIR /app
# update corepack # update corepack