Navigation Menu

Skip to content

Commit

Permalink
upgrade mongo and debian in the docker stuff because old version not …
Browse files Browse the repository at this point in the history
…working well with new docker daemon version
  • Loading branch information
kerphi committed Dec 29, 2016
1 parent 5918751 commit b7ad950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM debian:wheezy
FROM debian:jessie
MAINTAINER ezPAARSE Team <ezpaarse@couperin.org>

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -22,6 +22,6 @@ services:

ezpaarse_db:
container_name: ezpaarse_db
image: mongo:3.0.7
image: mongo:3.4.1
command: --smallfiles
restart: unless-stopped

0 comments on commit b7ad950

Please sign in to comment.