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:
Brian Gough
2023-04-19 17:44:15 +01:00
committed by Copybot
parent 8d55ebc662
commit cb8992e912
6 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM node:18.16.0
FROM node:16.17.1
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -