Skip to content

Commit c579a0a

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

3 files changed

Lines changed: 60 additions & 135 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:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
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:24dc26ef1e3c3690f27ebc4136c9c186c3133b25563ae4d7f0692e4d1fe5db0e 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:86deaf5e3d3408a6ccec08fbb79989783dd26e206ae10bcf78a801dc8c9ab794 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.33.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.39.0",
3636
"astro": "^6.1.9",
3737
"mermaid": "^11.14.0"
3838
},

0 commit comments

Comments
 (0)