feat: release 2.15.0
All checks were successful
test-build / guarddog (push) Successful in 27s
test-build / build (push) Successful in 52s
renovate / renovate (push) Successful in 1m41s
release-image-harbor / build (push) Successful in 3m25s
release-image-harbor / release (push) Successful in 2m3s
release-image-gitea / build (push) Successful in 5m44s
release-image-gitea / release (push) Successful in 1m41s

This commit is contained in:
2026-02-19 23:51:20 -06:00
parent 0c63c6bef4
commit f3b8d10106
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.14.1"
LABEL version="2.15.0"
LABEL description="Astro based personal website"
ENV HOST=0.0.0.0