Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Node14 upgrade (#160)
Browse files Browse the repository at this point in the history
* upgrading to node 14 and using latest react_discovery_ui component

Co-authored-by: Saad Rasheed <[email protected]>
Co-authored-by: Christine Walsh <[email protected]>
  • Loading branch information
3 people authored Aug 4, 2021
1 parent c1e5363 commit ac9c815
Show file tree
Hide file tree
Showing 3 changed files with 8,490 additions and 34,554 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.7.0-alpine AS builder
FROM node:14.17.4-alpine AS builder
COPY . /app/src
WORKDIR /app/src
RUN npm ci
Expand Down
Loading

0 comments on commit ac9c815

Please sign in to comment.