chore: upgrade node version for docker

This commit is contained in:
Alex Varchuk 2024-09-12 16:03:00 +02:00
parent c813eeac04
commit 3cc623b833
No known key found for this signature in database
GPG Key ID: 8A9260AE529FF454

View File

@ -5,7 +5,7 @@
# npm i -g http-server # npm i -g http-server
# http-server -p 8000 --cors # http-server -p 8000 --cors
FROM node:12-alpine FROM node:18-alpine
RUN apk update && apk add --no-cache git RUN apk update && apk add --no-cache git