Skip to content

Commit 050ca08

Browse files
fix(deps): update docs-site-runtime-tooling
1 parent 0c063ca commit 050ca08

3 files changed

Lines changed: 362 additions & 172 deletions

File tree

docs/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1
1+
# syntax=docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
22

33
# Multi-target Dockerfile for the Astro Starlight docs site
44
# - `dev` → hot-reload dev server (use with `docker compose watch`)
@@ -7,7 +7,7 @@
77
ARG WORKDIR=/opt/relab/docs
88

99
# --- Shared deps stage ---
10-
FROM node:24-slim@sha256:d8e448a56fc63242f70026718378bd4b00f8c82e78d20eefb199224a4d8e33d8 AS deps
10+
FROM node:24-slim@sha256:6f7b03f7c2c8e2e784dcf9295400527b9b1270fd37b7e9a7285cf83b6951452d AS deps
1111

1212
ARG WORKDIR
1313
WORKDIR $WORKDIR
@@ -55,7 +55,7 @@ ENV PUBLIC_SITE_URL=${PUBLIC_SITE_URL}
5555
RUN pnpm run build:${BUILD_MODE}
5656

5757
# --- Runtime stage (default) ---
58-
FROM caddy:2-alpine@sha256:834468128c7696cec0ceea6172f7d692daf645ae51983ca76e39da54a97c570d AS runtime
58+
FROM caddy:2-alpine@sha256:5f5c8640aae01df9654968d946d8f1a56c497f1dd5c5cda4cf95ab7c14d58648 AS runtime
5959

6060
ARG WORKDIR
6161

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "relab-docs",
33
"type": "module",
44
"version": "0.2.0",
5-
"packageManager": "pnpm@10.33.0",
5+
"packageManager": "pnpm@10.34.5",
66
"engines": {
77
"node": "24.x",
88
"pnpm": "10.x"
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@astrojs/mdx": "^5.0.4",
35-
"@astrojs/starlight": "^0.38.3",
35+
"@astrojs/starlight": "^0.41.0",
3636
"astro": "^6.1.9",
3737
"mermaid": "^11.14.0"
3838
},
@@ -43,7 +43,7 @@
4343
"@playwright/test": "^1.59.1",
4444
"@types/node": "^25.6.0",
4545
"linkinator": "^7.6.1",
46-
"markdownlint-cli2": "^0.22.1",
46+
"markdownlint-cli2": "^0.23.0",
4747
"playwright": "^1.59.1",
4848
"typescript": "^5.9.3"
4949
},

0 commit comments

Comments
 (0)