diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 871c68a..0f4f6cd 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -24,7 +24,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: 22.17.1 + node-version: 22.18.0 cache: pnpm - name: Install Dependencies diff --git a/Dockerfile b/Dockerfile index 5586a76..1b0dd35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG REGISTRY=docker.io -FROM ${REGISTRY}/node:22.17.1-alpine3.22 AS base +FROM ${REGISTRY}/node:22.18.0-alpine3.22 AS base LABEL version="0.0.1" LABEL description="Astro based documentation website"