Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 2f0508b

Browse files
pin docker image version to node 10
1 parent 2079253 commit 2f0508b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8"
3+
- "10"
44
cache:
55
yarn: true
66
directories:
@@ -9,7 +9,7 @@ services:
99
# we need docker for building the image and mongo for testing
1010
- docker
1111
- mongodb
12-
install:
12+
# install:
1313
# nothing!
1414

1515
jobs:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:alpine
1+
FROM node:10-alpine
22
LABEL Description="This image is used to start the hc-api-feathers" Vendor="Human-Connection gGmbH" Version="1.0" Maintainer="Human-Connection gGmbH ([email protected])"
33

44
# expose the app port

0 commit comments

Comments
 (0)