Update Node.js to v24.11.1 #209

Merged
alexlebens merged 3 commits from renovate/docker.io-node-24.x into main 2025-12-01 20:54:22 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24.11.0
node-version: 24.11.1
cache: pnpm
- name: Install Dependencies

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.11.0-alpine3.22 AS base
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
LABEL version="2.1.0"
LABEL description="Astro based personal website"