Merge pull request #12709 from overleaf/bg-rollback-additional-services
rollback additional services from node 18 to 16 GitOrigin-RevId: 60428768eb4c895b89e9a5dace429ea70af3b9bf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# the base image is suitable for running web with /overleaf/services/web bind
|
||||
# mounted
|
||||
FROM node:18.16.0 as base
|
||||
FROM node:16.17.1 as base
|
||||
|
||||
WORKDIR /overleaf/services/web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user