Skip to content

Commit

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


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent 960b886 commit 4d79d52
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:22-alpine as assets
RUN apk add git
RUN npm install --location=global gulp-cli
RUN mkdir -p /work
Expand Down

0 comments on commit 4d79d52

Please sign in to comment.