diff --git a/Dockerfile b/Dockerfile index 18e9ae7..e22eadd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG REGISTRY=docker.io FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base -LABEL version="0.0.4" +LABEL version="0.0.5" LABEL description="Astro based documentation website" ENV PNPM_HOME="/pnpm" diff --git a/package.json b/package.json index dfbbc3c..a162450 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-documentation", "type": "module", - "version": "0.0.4", + "version": "0.0.5", "scripts": { "dev": "astro dev", "build": "astro build",