Skip to content

Commit

Permalink
Use NodeJS v18 in VTAdmin Dockerfile (#13751)
Browse files Browse the repository at this point in the history
  • Loading branch information
frouioui authored Aug 9, 2023
1 parent 87a4b16 commit 3f09fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/k8s/vtadmin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARG DEBIAN_VER=bullseye-slim

FROM vitess/k8s:${VT_BASE_VER} AS k8s

FROM node:16-${DEBIAN_VER} as node
FROM node:18-${DEBIAN_VER} as node

# Prepare directory structure.
RUN mkdir -p /vt/web
Expand Down

0 comments on commit 3f09fc8

Please sign in to comment.