Skip to content

Commit a1b1ce3

Browse files
authored
Merge pull request #7051 from topcoder-platform/dockerfile-node-update
fix: updated node version in dockerfile
2 parents 0aa101c + cf4fedf commit a1b1ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
# Jest unit-tests).
291291
test:
292292
docker:
293-
- image: circleci/node:8.11.1
293+
- image: circleci/node:10.24.1
294294
steps:
295295
- checkout
296296
- restore_cache:

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# and runs it against the specified Topcoder backend (development or
33
# production) when container is executed.
44

5-
FROM node:8.11.2
5+
FROM node:10.24.1
66
LABEL app="Community App" version="1.0"
77
RUN useradd -m -s /bin/bash appuser
88

0 commit comments

Comments
 (0)