update image to node 24
Some checks failed
renovate / renovate (push) Successful in 41s
test-build / build (push) Has been cancelled

This commit is contained in:
2025-11-10 17:02:57 -06:00
parent be31df455f
commit e11af62c90
4 changed files with 656 additions and 555 deletions

View File

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