Skip to content

Commit

Permalink
Merge pull request #11 from marciogranzotto/marcio/fix-dockerfile
Browse files Browse the repository at this point in the history
Fix mongodb version in dockerfile
  • Loading branch information
marciogranzotto authored Oct 16, 2021
2 parents 1274ad5 + 6f10584 commit e0c7504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nightscout/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN \
&& curl -sL "https://deb.nodesource.com/setup_14.x" | bash - \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
mongodb-server=1:3.6.3-0ubuntu1.3 \
mongodb-server=1:3.6.3-0ubuntu1.4 \
nodejs \
git \
webpack \
Expand Down

0 comments on commit e0c7504

Please sign in to comment.