]> git.immae.eu Git - github/fretlink/docker-node-mongotools.git/commitdiff
dockerfile: upgrade to `dhall-to-json@1.2.7` 3/head
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>
Wed, 24 Apr 2019 16:14:39 +0000 (18:14 +0200)
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>
Wed, 24 Apr 2019 16:14:39 +0000 (18:14 +0200)
Dockerfile

index 318469a4a766cfe5fc602a4b611abc62650c6438..5eaa0a14b9d42828f23dc5d19a4ddb11703bd1f5 100644 (file)
@@ -6,6 +6,6 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF505
 RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.6 main" > /etc/apt/sources.list.d/mongodb-org-3.6.list
 RUN apt-get update
 RUN apt-get install -y mongodb-org-tools mongodb-org-shell
-RUN curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.20.1/dhall-json-1.20.1-x86_64-linux.tar.bz2 && \
-  tar -xf dhall-json-1.20.1-x86_64-linux.tar.bz2 && \
+RUN curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.21.0/dhall-json-1.2.7-x86_64-linux.tar.bz2 && \
+  tar -xf dhall-json-1.2.7-x86_64-linux.tar.bz2 && \
   mv ./bin/dhall-to-json /usr/bin