Skip to content

Commit

Permalink
feat(docker-image)!: Update Node.js to v22
Browse files Browse the repository at this point in the history
| datasource | package | from    | to      |
| ---------- | ------- | ------- | ------- |
| docker     | node    | 20.18.0 | 22.10.0 |
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 2cffe48 commit 8b91609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-slim
FROM node:22-slim

RUN apt-get update && apt-get -y install cron

Expand Down

0 comments on commit 8b91609

Please sign in to comment.