This commit is contained in:
renovate[bot] 2022-09-08 08:13:54 +00:00 committed by GitHub
commit 8d9a6baf35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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