Skip to content

Commit 62541be

Browse files
committed
Upgrade to Node 16
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 <svc.cloudjenkins@instructure.com> Reviewed-by: Juan Chavez <juan.chavez@instructure.com> Reviewed-by: Jon Scheiding <jon.scheiding@instructure.com> QA-Review: Juan Chavez <juan.chavez@instructure.com> Product-Review: Weston Dransfield <wdransfield@instructure.com>
1 parent 8e90c9f commit 62541be

File tree

4 files changed

+11873
-32
lines changed

4 files changed

+11873
-32
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM instructure/node-passenger:12
1+
FROM instructure/node-passenger:16
22
COPY --chown=docker:docker . /usr/src/app
33

44
RUN npm install

0 commit comments

Comments
 (0)