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   | 23 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent df8a0b0 commit 824e518
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:22-alpine as assets
FROM node:23-alpine as assets
RUN apk add git
RUN npm install --location=global gulp-cli
RUN mkdir -p /work
Expand Down

0 comments on commit 824e518

Please sign in to comment.