mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 07:19:17 +01:00
app/vmui/Dockerfile-build: fix dependency to nodejs v17, since vmui doesnt work with nodejs v18
This commit is contained in:
parent
837e440865
commit
2130f3cf05
@ -1,4 +1,4 @@
|
||||
FROM node:alpine3.15
|
||||
FROM node:17-alpine3.15
|
||||
|
||||
RUN apk update && apk add --no-cache bash bash-doc bash-completion libtool autoconf automake nasm pkgconfig libpng gcc make g++ zlib-dev gawk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user