2.0.1 release
All checks were successful
test-build / build (push) Successful in 1m18s
release-image / release (push) Successful in 2m26s
renovate / renovate (push) Successful in 45s

This commit is contained in:
2025-08-11 18:14:00 -05:00
parent 28f73be784
commit ea1c3d9f1a
2 changed files with 2 additions and 2 deletions

View File

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