Skip to content

Commit

Permalink
Merge pull request #380 from Roave/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update node Docker tag to v22
  • Loading branch information
Ocramius authored Jul 3, 2024
2 parents 4ce8a86 + bc8a2e3 commit c22763b
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:21.6.2 AS npm-base-image
FROM node:22.4.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 c22763b

Please sign in to comment.