Skip to content

Commit

Permalink
update Dockerfile to use Node.js 22-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Mar 7, 2025
1 parent 187b841 commit 92efd97
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,4 +1,4 @@
FROM node:20-alpine AS node
FROM node:22-alpine AS node
FROM webdevops/php-nginx:8.3-alpine

#https://stackoverflow.com/questions/44447821/how-to-create-a-docker-image-for-php-and-node
Expand Down

0 comments on commit 92efd97

Please sign in to comment.