Skip to content

Commit

Permalink
Upgrade to Node 16
Browse files Browse the repository at this point in the history
Closes MAT-785

Test Plan:
A bunch of regression testing! Let's make sure
RCS functionality works as before.

The easiest way to do this will be going through
each item in the toolbar (menu bar) and verfifying
requests to RCS work as before.

I also recommend we deploy to CD and do the testing
there. If you don't  have permission to do that I'm
happy to help

Change-Id: I1e999860f2d3911de065343099c85907f3c078b5
Reviewed-on: https://gerrit.instructure.com/c/canvas-rce-api/+/287718
Tested-by: Service Cloud Jenkins <[email protected]>
Reviewed-by: Juan Chavez <[email protected]>
Reviewed-by: Jon Scheiding <[email protected]>
QA-Review: Juan Chavez <[email protected]>
Product-Review: Weston Dransfield <[email protected]>
  • Loading branch information
westonkd committed Mar 23, 2022
1 parent 8e90c9f commit 62541be
Show file tree
Hide file tree
Showing 4 changed files with 11,873 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM instructure/node-passenger:12
FROM instructure/node-passenger:16
COPY --chown=docker:docker . /usr/src/app

RUN npm install
Loading

0 comments on commit 62541be

Please sign in to comment.