Skip to content

Commit

Permalink
Switch to Node 18 for Theia Docker builds
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 16, 2023
1 parent 89be5b1 commit 46392a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ze/theia-slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Copyright Contributors to the Zowe Project.

ARG NODE_VERSION=lts
ARG NODE_VERSION=18
FROM node:${NODE_VERSION}-alpine
RUN apk add --no-cache curl make pkgconfig gcc g++ python3 libx11-dev libxkbfile-dev libsecret-dev chromium
WORKDIR /home/theia
Expand Down

0 comments on commit 46392a9

Please sign in to comment.