Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to e41235b #435

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM chainguard/node@sha256:f99fca48db863d30f010a36b36762cbcabc64194e19a7ec9ba42d3edea20a611 as build
FROM chainguard/node@sha256:e41235bf9b8b1288fdeff548dc04cc390e87b48af32ef00b09065ac15a796fff as build

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ RUN npm ci --production
COPY . .


FROM chainguard/node@sha256:f99fca48db863d30f010a36b36762cbcabc64194e19a7ec9ba42d3edea20a611 as release
FROM chainguard/node@sha256:e41235bf9b8b1288fdeff548dc04cc390e87b48af32ef00b09065ac15a796fff as release

# Switch to non-root user uid=65532(node)
USER node
Expand Down