update astro
All checks were successful
renovate / renovate (push) Successful in 1m41s
release-image / release (push) Successful in 2m13s

This commit is contained in:
2025-06-09 12:38:55 -05:00
parent 4ef6e85ed9
commit cedcae02ce
3 changed files with 20 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
ARG REGISTRY=hub.docker.com
FROM ${REGISTRY}/node:22.16.0-alpine3.22 AS base
LABEL version="0.8.9"
LABEL version="0.8.10"
LABEL description="Astro based personal website"
ENV PNPM_HOME="/pnpm"