We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5072a74 commit 7e8c974Copy full SHA for 7e8c974
docker/binaries/vtadmin/Dockerfile
@@ -17,7 +17,7 @@ ARG DEBIAN_VER=bullseye-slim
17
18
FROM vitess/lite:${VT_BASE_VER} AS lite
19
20
-FROM node:18-${DEBIAN_VER} as node
+FROM node:20-${DEBIAN_VER} as node
21
22
# Prepare directory structure.
23
RUN mkdir -p /vt/web
docker/local/install_local_dependencies.sh
@@ -22,4 +22,4 @@ mkdir -p /var/run/etcd && chown -R vitess:vitess /var/run/etcd
rm -rf /var/lib/apt/lists/*
24
# Install npm and node dependencies for vtadmin
25
-curl -fsSL https://deb.nodesource.com/setup_19.x | bash - && apt-get install -y nodejs
+curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
0 commit comments