bump deps
Some checks failed
renovate / renovate (push) Successful in 39s
test-build / build (push) Successful in 2m8s
release-image / release (push) Failing after 4m1s

This commit is contained in:
2025-12-29 21:56:50 -06:00
parent a400c3187c
commit 117d2567e5
4 changed files with 486 additions and 279 deletions

View File

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