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:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
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:24dc26ef1e3c3690f27ebc4136c9c186c3133b25563ae4d7f0692e4d1fe5db0e 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:86deaf5e3d3408a6ccec08fbb79989783dd26e206ae10bcf78a801dc8c9ab794 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.33.4 " ,
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.39.0 " ,
3636 "astro" : " ^6.1.9" ,
3737 "mermaid" : " ^11.14.0"
3838 },
You can’t perform that action at this time.
0 commit comments