Skip to content

Commit 7e8c974

Browse files
authored
Docker/vtadmin: Update node version (#16145)
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
1 parent 5072a74 commit 7e8c974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/binaries/vtadmin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG DEBIAN_VER=bullseye-slim
1717

1818
FROM vitess/lite:${VT_BASE_VER} AS lite
1919

20-
FROM node:18-${DEBIAN_VER} as node
20+
FROM node:20-${DEBIAN_VER} as node
2121

2222
# Prepare directory structure.
2323
RUN mkdir -p /vt/web

docker/local/install_local_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ mkdir -p /var/run/etcd && chown -R vitess:vitess /var/run/etcd
2222
rm -rf /var/lib/apt/lists/*
2323

2424
# Install npm and node dependencies for vtadmin
25-
curl -fsSL https://deb.nodesource.com/setup_19.x | bash - && apt-get install -y nodejs
25+
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs

0 commit comments

Comments
 (0)