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

Commit

Permalink
pin docker image version to node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
appinteractive committed Oct 9, 2018
1 parent 2079253 commit 2f0508b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8"
- "10"
cache:
yarn: true
directories:
Expand All @@ -9,7 +9,7 @@ services:
# we need docker for building the image and mongo for testing
- docker
- mongodb
install:
# install:
# nothing!

jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:alpine
FROM node:10-alpine
LABEL Description="This image is used to start the hc-api-feathers" Vendor="Human-Connection gGmbH" Version="1.0" Maintainer="Human-Connection gGmbH (developer@human-connection.org)"

# expose the app port
Expand Down

0 comments on commit 2f0508b

Please sign in to comment.