Skip to content

Commit

Permalink
Reapply "Bump to newer version that also fixes npm install (#930)" (#931
Browse files Browse the repository at this point in the history
)

This reverts commit e87f99e.
  • Loading branch information
melroy89 committed Jul 20, 2024
1 parent e87f99e commit 1f59ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ RUN composer run-script --no-dev post-install-cmd && \

####################

FROM node:22.4-alpine3.19 as builder-nodejs
FROM node:22.5.1-alpine3.20 as builder-nodejs

# Set NodeJS as production by default
ARG NODE_ENV=production
Expand Down

0 comments on commit 1f59ee9

Please sign in to comment.