Merge pull request #15 from Lucxjo/renovate/node-18.x

Update Node.js to v18
This commit is contained in:
Louis Hollingworth 2022-06-22 15:51:59 +01:00 committed by GitHub
commit d65c4af489
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Dockerfile
FROM node:16-alpine
FROM node:18-alpine
# create destination directory
RUN mkdir -p /usr/src/nuxt-app