switch to node v22

https://github.com/wg-easy/wg-easy/discussions/2254
This commit is contained in:
Bernd Storath
2025-10-31 09:24:45 +01:00
parent 5f68d261c0
commit daff15463d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: "lts/*"
node-version: "lts/jod"
check-latest: true
cache: "pnpm"
@@ -57,7 +57,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: "lts/*"
node-version: "lts/jod"
check-latest: true
cache: "pnpm"
+2 -2
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:lts-alpine AS build
FROM docker.io/library/node:jod-alpine AS build
WORKDIR /app
# update corepack
@@ -22,7 +22,7 @@ RUN apk add linux-headers build-base git && \
# Copy build result to a new image.
# This saves a lot of disk space.
FROM docker.io/library/node:lts-alpine
FROM docker.io/library/node:jod-alpine
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"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/node:lts-alpine
FROM docker.io/library/node:jod-alpine
WORKDIR /app
# update corepack