Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM clojure:lein-2.6.1-alpine

MAINTAINER Christian Romney "cromney@pointslope.com"

ENV DATOMIC_VERSION 0.9.5561
ENV DATOMIC_VERSION 0.9.5561.50
ENV DATOMIC_HOME /opt/datomic-pro-$DATOMIC_VERSION
ENV DATOMIC_DATA $DATOMIC_HOME/data

Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.5561.50 / 2017-07-14
=================
Updated to Datomic version 0.9.5561.50

0.9.5561 / 2017-03-30
==================
Updated to Datomic version 0.9.5561
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ No other configuration is necessary. Simply **docker build** and

## Example Dockerfile

FROM pointslope/datomic-pro-starter:0.9.5561
FROM pointslope/datomic-pro-starter:0.9.5561.50
MAINTAINER John Doe "jdoe@example.org"
CMD ["config/dev-transactor.properties"]

Expand Down