Skip to content

Conversation

@rossmcewan
Copy link
Contributor

@rossmcewan rossmcewan commented Nov 18, 2025


Upgrade Node.js base image to 22.21.1 in Dockerfile

The PR updates the Node.js version used in both the build and web stages of the multi-stage Dockerfile from 22.17.1 to 22.21.1. No other files or logic are changed.

Key Changes

• Replaced FROM node:22.17.1-bookworm-slim AS build with FROM node:22.21.1-bookworm-slim AS build
• Replaced FROM node:22.17.1-bookworm-slim AS web with FROM node:22.21.1-bookworm-slim AS web

Affected Areas

Dockerfile (both build and web stages)


This summary was automatically generated by @propel-code-bot

@linear
Copy link

linear bot commented Nov 18, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants