feat: release 2.17.0
All checks were successful
test-build / guarddog (push) Successful in 33s
release-image-harbor / build (push) Successful in 1m27s
test-build / build (push) Successful in 5m25s
release-image-harbor / release (push) Successful in 5m16s
release-image-gitea / build (push) Successful in 1m28s
release-image-gitea / release (push) Successful in 6m29s
renovate / renovate (push) Successful in 1m6s

This commit is contained in:
2026-02-26 17:02:25 -06:00
parent 7498870d92
commit d19433ae4e
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.16.0"
LABEL version="2.17.0"
LABEL description="Astro based personal website"
ENV HOST=0.0.0.0