feat: release 3.6.0
Some checks failed
renovate / renovate (push) Successful in 30s
test-build / guarddog (push) Successful in 1m3s
test-build / build (push) Failing after 1m10s
release-image-harbor / build (push) Failing after 1m30s
release-image-harbor / release (push) Has been skipped
release-image-gitea / build (push) Failing after 2m10s
release-image-gitea / release (push) Has been skipped

This commit is contained in:
2026-03-12 12:42:45 -05:00
parent 405fdf297c
commit 03f74a8181
2 changed files with 2 additions and 2 deletions

View File

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