chore: upgrade node version for docker (#2589)

This commit is contained in:
Alex Varchuk 2024-09-13 11:17:02 +03:00 committed by GitHub
parent c813eeac04
commit c0203be045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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