Skip to content

Commit

Permalink
Update node Docker tag to v21
Browse files Browse the repository at this point in the history
| datasource | package | from | to |
| ---------- | ------- | ---- | -- |
| docker     | node    | 20   | 21 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent edf4b1e commit c9d8481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DOCKER-VERSION 1.3.2

# Build UI assets
FROM node:20-alpine as assets
FROM node:21-alpine as assets
RUN apk add git
RUN npm install --location=global gulp-cli
RUN mkdir -p /work
Expand Down

0 comments on commit c9d8481

Please sign in to comment.