update node
All checks were successful
renovate / renovate (push) Successful in 1m16s
test-build / build (push) Successful in 1m26s

This commit is contained in:
2025-07-19 22:35:42 -05:00
parent 27b5e6a36b
commit cc16b5435a
2 changed files with 2 additions and 2 deletions

View File

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