Skip to content

Commit e45764c

Browse files
fix(deps): update docs-site-runtime-tooling
1 parent 72756df commit e45764c

3 files changed

Lines changed: 314 additions & 139 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:b31e7a42fdf8b8aa5f5ed477c72d694301273f1069c5a2f71d53c6482e99a2fc 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: 2 additions & 2 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.4",
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
},

0 commit comments

Comments
 (0)