diff --git a/Dockerfile b/Dockerfile index 3a1291f..508434e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:22.16.0-alpine3.22 AS base -LABEL version="0.8.2" +LABEL version="0.8.3" LABEL description="Astro based website to use as a personal site" ENV PNPM_HOME="/pnpm" diff --git a/package.json b/package.json index 24a4b27..7266bcf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-profile", "type": "module", - "version": "0.8.2", + "version": "0.8.3", "private": true, "scripts": { "dev": "astro dev",