feat: release 2.19.1
All checks were successful
test-build / guarddog (push) Successful in 1m7s
test-build / build (push) Successful in 1m35s
release-image-harbor / build (push) Successful in 1m50s
release-image-harbor / release (push) Successful in 8m29s
release-image-gitea / build (push) Successful in 1m24s
release-image-gitea / release (push) Successful in 10m38s
renovate / renovate (push) Successful in 2m44s

This commit is contained in:
2026-03-05 17:17:57 -06:00
parent ed0a691442
commit f4676d151f
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist
LABEL version="2.19.0"
LABEL version="2.19.1"
LABEL description="Astro based personal website"
ENV HOST=0.0.0.0