Update Node.js to v18

This commit is contained in:
renovate[bot] 2022-06-22 14:17:57 +00:00 committed by GitHub
parent 560220f212
commit 12f506697c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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