1
0

remove command

This commit is contained in:
2025-06-08 20:50:39 -05:00
parent 3354975e2e
commit cd75440a6d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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