feat: release 0.1.7
All checks were successful
test-build / guarddog (push) Successful in 42s
test-build / build (push) Successful in 1m7s
release-image-gitea / build (push) Successful in 1m9s
release-image-harbor / build (push) Successful in 1m25s
release-image-gitea / release (push) Successful in 3m0s
release-image-harbor / release (push) Successful in 3m36s
renovate / renovate (push) Successful in 2m39s

This commit is contained in:
2026-03-05 17:23:18 -06:00
parent fbf40dca3b
commit 3516726458
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ ENV HOST=0.0.0.0
ENV SITE_URL=https://docs.alexlebens.dev
ENV PORT=4321
LABEL version="0.1.6"
LABEL version="0.1.7"
LABEL description="Astro based documentation website"
EXPOSE $PORT

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.1.6",
"version": "0.1.7",
"scripts": {
"dev": "astro dev",
"build": "astro build",