diff --git a/Dockerfile b/Dockerfile index 436d1a5..d0c457b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ FROM clojure:lein-2.6.1-alpine -MAINTAINER Christian Romney "cromney@pointslope.com" +MAINTAINER Optimis Services, Inc. "ops@optimiscorp.com" -ENV DATOMIC_VERSION 0.9.5561 +ENV DATOMIC_VERSION 0.9.5703 ENV DATOMIC_HOME /opt/datomic-pro-$DATOMIC_VERSION RUN apk add --no-cache unzip curl diff --git a/History.md b/History.md index 1e5cec6..739ab6e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +0.9.5661 / 2018-03-17 +================== +Updated to Datomic version 0.9.5661 + 0.9.5561 / 2017-03-31 ================== Updated to Datomic version 0.9.5561 diff --git a/Makefile b/Makefile index a374763..730e1d1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOCKER_IMAGE=pointslope/docker-datomic-console +DOCKER_IMAGE=optimis/docker-datomic-console DOCKER_TAG?=$(shell ./datomic-version) .PHONY: all clean info diff --git a/README.md b/README.md index bd59c86..fb07f20 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ No other configuration is necessary. Simply **docker build** and ## Example Dockerfile - FROM pointslope/datomic-console:0.9.5561 + FROM optimis/datomic-console:0.9.5561 MAINTAINER John Doe "jdoe@example.org" CMD ["dev", "datomic:dev://db:4334/"] @@ -47,7 +47,7 @@ the Docker container. The MIT License (MIT) -Copyright (c) 2015-2017 Point Slope, LLC. +Copyright (c) 2018-2020 Optimis Services, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the