update image
All checks were successful
renovate / renovate (push) Successful in 30s
test-build / build (push) Successful in 2m16s
release-image / release (push) Successful in 10m53s

This commit is contained in:
2025-12-01 14:57:49 -06:00
parent e40e60023d
commit d9339214bc

View File

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