Skip to content

Commit

Permalink
chore(build): upgrade to node 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenrikur committed Jan 26, 2024
1 parent f275beb commit 00e54fb
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
Expand Up @@ -40,7 +40,7 @@ CMD sh -c "composer install && php artisan octane:start --watch --host=0.0.0.0 -
######################################################
# NodeJS Stage
######################################################
FROM node:16-buster as vite
FROM node:18-buster as vite
WORKDIR /app
COPY package.json package-lock.json vite.config.js ./
RUN npm install
Expand Down

0 comments on commit 00e54fb

Please sign in to comment.