[misc] bump the node version to 10.23.1 GitOrigin-RevId: e612abe5b7e9291f95b3e0544f7edd5ab781b5e5
@@ -1,5 +1,5 @@
# the base image is suitable for running web with /app bind mounted
-FROM node:10.22.1 as base
+FROM node:10.23.1 as base
WORKDIR /app
@@ -1,4 +1,4 @@
-FROM node:10.22.1
+FROM node:10.23.1
# Install Google Chrome
RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
@@ -19,7 +19,7 @@ services:
user: node
test_acceptance:
- image: node:10.22.1
+ image: node:10.23.1
volumes:
- .:/app
working_dir: /app