Skip to content

Commit

Permalink
Merge pull request #349 from Roave/renovate/node-21.x
Browse files Browse the repository at this point in the history
Update node Docker tag to v21
  • Loading branch information
Ocramius authored Nov 24, 2023
2 parents 9ace113 + a44545e commit ef273c8
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.5 AS composer-base-image
FROM node:20.10.0 AS npm-base-image
FROM node:21.2.0 AS npm-base-image
FROM ubuntu:22.04 AS ubuntu-base-image


Expand Down

0 comments on commit ef273c8

Please sign in to comment.