feat: release 2.20.0
All checks were successful
test-build / guarddog (push) Successful in 39s
renovate / renovate (push) Successful in 1m56s
test-build / build (push) Successful in 2m59s
release-image-harbor / build (push) Successful in 1m34s
release-image-harbor / release (push) Successful in 6m3s
release-image-gitea / build (push) Successful in 3m47s
release-image-gitea / release (push) Successful in 9m40s

This commit is contained in:
2026-03-05 18:57:07 -06:00
parent e7c660c142
commit 2c2077053b
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.1"
LABEL version="2.20.0"
LABEL description="Astro based personal website"
ENV HOST=0.0.0.0