feat: use latest alpine
All checks were successful
test-build / build (push) Successful in 50s
renovate / renovate (push) Successful in 1m15s

This commit is contained in:
2026-02-08 14:38:19 -06:00
parent 9691ffb459
commit ecdb56e2aa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=docker.io
FROM ${REGISTRY}/node:24.13.0-alpine3.22 AS base
FROM ${REGISTRY}/node:24.13.0-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
@@ -28,7 +28,7 @@ ENV HOST=0.0.0.0
ENV SITE_URL=https://docs.alexlebens.dev
ENV PORT=4321
LABEL version="0.0.9"
LABEL version="0.0.10"
LABEL description="Astro based documentation website"
EXPOSE $PORT

View File

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