summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2020-04-22 11:22:10 +0200
committerGitHub <noreply@github.com>2020-04-22 11:22:10 +0200
commit07e5d5750789254319684561f51bc61ebe74c0a9 (patch)
tree6e47cd5eaa63dd8c3ee73ddcfa23759865e0b08c
parent637a17b4e582aa08c1ec6b8bd309ab6a367bef0c (diff)
parentbade4db2c65e437626c21f33569f4ea42681685b (diff)
downloaddocker-node-mongotools-07e5d5750789254319684561f51bc61ebe74c0a9.tar.gz
docker-node-mongotools-07e5d5750789254319684561f51bc61ebe74c0a9.tar.zst
docker-node-mongotools-07e5d5750789254319684561f51bc61ebe74c0a9.zip
Merge pull request #9 from paulrbr-fl/bump-nodenode-13.13.0-ansible-2.8-ruby-2.6-dhall-1.28.0
Bump node version to latest 13.x minor update
-rw-r--r--Dockerfile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Dockerfile b/Dockerfile
index 8a1f79e..3af3226 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
1FROM node:13.12.0-stretch 1FROM node:13.13.0-stretch
2 2
3WORKDIR /app 3WORKDIR /app
4 4
@@ -17,11 +17,11 @@ RUN apt-get install -y mongodb-org-tools mongodb-org-shell \
17RUN pip3 install 'ansible>=2.8,<2.9' 17RUN pip3 install 'ansible>=2.8,<2.9'
18 18
19# Install modern Ruby 19# Install modern Ruby
20RUN cd /tmp && curl -LO https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.5.tar.gz && \ 20RUN cd /tmp && curl -LO https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.6.tar.gz && \
21 tar -xf ruby-2.6.5.tar.gz && cd ruby-2.6.5 && ./configure 21 tar -xf ruby-2.6.6.tar.gz && cd ruby-2.6.6 && ./configure
22RUN cd /tmp/ruby-2.6.5 && make && make install 22RUN cd /tmp/ruby-2.6.6 && make && make install
23 23
24# Install Dhall 24# Install Dhall
25RUN curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.21.0/dhall-json-1.2.7-x86_64-linux.tar.bz2 && \ 25RUN curl -LO https://github.com/dhall-lang/dhall-haskell/releases/download/1.28.0/dhall-json-1.6.0-x86_64-linux.tar.bz2 && \
26 tar -xf dhall-json-1.2.7-x86_64-linux.tar.bz2 && \ 26 tar -xf dhall-json-1.6.0-x86_64-linux.tar.bz2 && \
27 mv ./bin/dhall-to-json /usr/bin 27 mv ./bin/dhall-to-json /usr/bin