mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
chore: upgrade node version for docker (#2589)
This commit is contained in:
parent
c813eeac04
commit
c0203be045
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user