Compare commits

..

4 Commits

Author SHA1 Message Date
dd82475256 4.3.38 2017-10-09 20:40:01 +02:00
239bf6174d update base image 2017-10-09 20:39:55 +02:00
0ae1d77cb2 4.3.37 2017-10-09 20:23:24 +02:00
decc90e211 update mongo 2017-10-09 20:23:20 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:xenial
MAINTAINER Lossless GmbH <office@lossless.com>
# important environment variables

View File

@ -2,6 +2,6 @@ FROM hosttoday/ht-docker-node:stable
MAINTAINER Lossless GmbH <office@lossless.com>
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 \
&& echo "deb [ arch=amd64,arm64,ppc64el,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list \
&& echo "deb [ arch=amd64,arm64,ppc64el,s390x ] http://repo.mongodb.com/apt/ubuntu xenial/mongodb-enterprise/3.4 multiverse" | tee /etc/apt/sources.list.d/mongodb-enterprise.list \
&& apt-get update \
&& apt-get install -y mongodb-org

View File

@ -1,6 +1,6 @@
{
"name": "ht-docker-node",
"version": "4.3.36",
"version": "4.3.38",
"description": "docker image with nodejs with shipzone.io support",
"main": "index.js",
"scripts": {