We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b30f8cc + 646a224 commit ebe5a5dCopy full SHA for ebe5a5d
1 file changed
sharing-server/Dockerfile
@@ -2,7 +2,7 @@
2
3
# ── Build stage ──────────────────────────────────────────────────────────────
4
# Uses node:sqlite (built-in, no native compilation needed)
5
-FROM node:24-slim AS builder
+FROM node:24-slim@sha256:03eae3ef7e88a9de535496fb488d67e02b9d96a063a8967bae657744ecd513f2 AS builder
6
7
WORKDIR /app
8
@@ -13,7 +13,7 @@ COPY . .
13
RUN npm run build:production
14
15
# ── Runtime stage ─────────────────────────────────────────────────────────────
16
-FROM node:24-slim AS runtime
+FROM node:24-slim@sha256:03eae3ef7e88a9de535496fb488d67e02b9d96a063a8967bae657744ecd513f2 AS runtime
17
18
RUN apt-get update && apt-get install -y --no-install-recommends \
19
tini \
0 commit comments