bump node
All checks were successful
test-build / build (push) Successful in 2m27s
renovate / renovate (push) Successful in 2m38s

This commit is contained in:
2025-10-27 20:30:35 -05:00
parent 4beaf9c74c
commit 525c28092b
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@v4
with:
node-version: 22.20.0
node-version: 22.21.0
cache: pnpm
- name: Install Dependencies

View File

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