Skip to content

Commit

Permalink
WX-1163 Upgrade to Node 18 (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraefrei authored Jul 5, 2023
1 parent 9b6407e commit 035a5fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD ./ /job-manager

RUN /bin/bash -c scripts/rebuild_swagger.sh

FROM us.gcr.io/broad-dsp-gcr-public/base/nodejs:14-debian
FROM us.gcr.io/broad-dsp-gcr-public/base/nodejs:18-debian

WORKDIR /ui

Expand Down
4 changes: 2 additions & 2 deletions ui/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Note: This is the dockerfile for development purposes

FROM node:14
FROM node:18

# Install python 3, needed for npm packages
RUN apt-get update && apt-get -y install python
RUN apt-get update && apt-get -y install python3

WORKDIR /ui
ADD .yarnrc.yml package.json yarn.lock angular.json /ui/
Expand Down

0 comments on commit 035a5fe

Please sign in to comment.