1
0

update tag

This commit is contained in:
2025-07-15 01:43:31 -05:00
parent 7f9fb4d2b9
commit 71e2b0185b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:22.17.0-alpine3.22 AS base
LABEL version="0.8.13"
LABEL version="0.9.0"
LABEL description="Astro based personal website"
ENV PNPM_HOME="/pnpm"

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "0.8.13",
"version": "0.9.0",
"private": true,
"scripts": {
"dev": "astro dev",