We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa101c + cf4fedf commit a1b1ce3Copy full SHA for a1b1ce3
.circleci/config.yml
@@ -290,7 +290,7 @@ jobs:
290
# Jest unit-tests).
291
test:
292
docker:
293
- - image: circleci/node:8.11.1
+ - image: circleci/node:10.24.1
294
steps:
295
- checkout
296
- restore_cache:
Dockerfile
@@ -2,7 +2,7 @@
2
# and runs it against the specified Topcoder backend (development or
3
# production) when container is executed.
4
5
-FROM node:8.11.2
+FROM node:10.24.1
6
LABEL app="Community App" version="1.0"
7
RUN useradd -m -s /bin/bash appuser
8
0 commit comments