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

Bump node from 20.17.0-bookworm to 22.9.0-bookworm in /.github/docker #1495

Merged
Merged
Show file tree
Hide file tree
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 .github/docker/Dockerfile.distroless-nodejs-debian
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gcr.io/distroless/nodejs20-debian12:latest@sha256:bdbbd3d1bb68ab13bcb075a8f38973acf2129892ac3daafbe96e0b6c66681296
FROM gcr.io/distroless/nodejs22-debian12:latest@sha256:ae1ca595a02007aaeeffcb0c3558c909fb78e04028f0206b864d2281e7927442

CMD echo this is a dummy file used to automate dependency upgrades for plugins
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.node
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:20.17.0-bookworm
FROM node:22.9.0-bookworm
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should become LTS shortly - went ahead and bumped the distroless image to match.


CMD echo this is a dummy file used to automate dependency upgrades for plugins