File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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`)
77ARG 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
1212ARG WORKDIR
1313WORKDIR $WORKDIR
@@ -55,7 +55,7 @@ ENV PUBLIC_SITE_URL=${PUBLIC_SITE_URL}
5555RUN 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
6060ARG WORKDIR
6161
Original file line number Diff line number Diff line change 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"
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 },
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 },
You can’t perform that action at this time.
0 commit comments