update image
All checks were successful
test-build / build (push) Successful in 4m50s
release-image / release (push) Successful in 5m45s
renovate / renovate (push) Successful in 1m2s

This commit is contained in:
2025-12-01 15:01:46 -06:00
parent 491e86f07d
commit aba76a60b7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{ {
"name": "site-documentation", "name": "site-documentation",
"type": "module", "type": "module",
"version": "0.0.3", "version": "0.0.4",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",