Skip to content
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# UPDATED BASE IMAGE: Using 'node:22-bookworm-slim' which is built on Debian Bookworm (slim)
# and contains more recent security fixes to address reported vulnerabilities.
FROM node:22.17.1-alpine
FROM node:22.20.0-alpine

# Update system packages to address known vulnerabilities (run as root)
RUN apt-get update && \
Expand Down