update tag
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:22.19.0-alpine3.22 AS base
|
||||
|
||||
LABEL version="0.0.1"
|
||||
LABEL version="0.0.2"
|
||||
LABEL description="Astro based documentation website"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-documentation",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
|
Reference in New Issue
Block a user