We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90915ca commit f895fd2Copy full SHA for f895fd2
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM hseeberger/scala-sbt:8u181_2.12.7_1.2.6
+FROM hseeberger/scala-sbt:8u181_2.12.8_1.2.8
2
3
LABEL maintainer="fgabler@tue.mpg.de"
4
README.md
@@ -2,7 +2,7 @@
Dockerfiles for the toolkit's docker image. It should be built automatically by DockerCloud.
To build it manually, run:
5
-``docker image build -t "proteinevolution/toolkit-docker:1.1.2" -t "proteinevolution/toolkit-docker:latest" .``
+``docker image build -t "proteinevolution/toolkit-docker:1.1.3" -t "proteinevolution/toolkit-docker:latest" .``
6
7
To push the image, run:
8
``docker push proteinevolution/toolkit-docker:latest``
0 commit comments