0.11.3 release
Some checks failed
test-build / build (push) Successful in 29s
release-image / release (push) Successful in 3m27s
process-repository / process-repository (push) Failing after 13s
renovate / renovate (push) Successful in 1m9s

This commit is contained in:
2025-07-21 21:00:55 -05:00
parent 17afce6710
commit ec45ad29ed
2 changed files with 2 additions and 2 deletions

View File

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