Skip to content

Commit

Permalink
Update node Docker tag to v23
Browse files Browse the repository at this point in the history
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| docker     | node    | 22.4.0 | 23.3.0 |
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent efa87db commit c463604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.6

FROM composer:2.6.6 AS composer-base-image
FROM node:22.4.0 AS npm-base-image
FROM node:23.3.0 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image

FROM npm-base-image AS npm-dependencies
Expand Down

0 comments on commit c463604

Please sign in to comment.