Compare commits

..

1 Commits
0.6.4 ... 0.6.3

Author SHA1 Message Date
0eadb272ca update images 2025-03-14 16:50:55 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM node:22.14.0-alpine3.20 AS base
LABEL version="0.6.4"
LABEL version="0.6.3"
LABEL description="Astro based website to use as a profile"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.6.4",
"version": "0.6.3",
"scripts": {
"dev": "astro dev",
"start": "astro dev",