Build Docker Image on Top of Node 18

This commit is contained in:
2023-09-07 04:11:18 -03:00
parent 502a857dae
commit 5c0837e83b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node
FROM node:18-alpine
WORKDIR /app