Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from QXIP/2.3.6
Browse files Browse the repository at this point in the history
RethinkDB 2.3.6
  • Loading branch information
Nico authored Mar 9, 2018
2 parents eba6a34 + 9c2462c commit bef5986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rethinkdb:2.3.5
FROM rethinkdb:2.3.6
MAINTAINER xkodiak

RUN apt update && apt install -y curl
Expand All @@ -9,4 +9,4 @@ COPY assets/proxy.sh /proxy.sh
RUN chmod +x /db.sh
RUN chmod +x /proxy.sh

ENTRYPOINT [ "/db.sh" ]
ENTRYPOINT [ "/db.sh" ]

0 comments on commit bef5986

Please sign in to comment.