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

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 ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base 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" LABEL description="Astro based personal website"
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"