chore(deps): pin dependencies
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/pr Pipeline was successful

This commit is contained in:
2026-02-22 06:01:21 +00:00
parent 2146c06b02
commit 25e273a12a
5 changed files with 20 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
FROM node:24-slim AS builder
FROM node:24-slim@sha256:a81a03dd965b4052269a57fac857004022b522a4bf06e7a739e25e18bce45af2 AS builder
WORKDIR /app
@@ -9,7 +9,7 @@ COPY . .
RUN npm run build
# Run stage
FROM node:24-slim AS runner
FROM node:24-slim@sha256:a81a03dd965b4052269a57fac857004022b522a4bf06e7a739e25e18bce45af2 AS runner
# Run as non-root user (node user exists in official image)
USER node