chore(deps): pin dependencies
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/pr Pipeline was successful
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/pr/pr Pipeline was successful
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user