Skip to content

Commit 4a73f81

Browse files
committed
release 1.2
1 parent 31b9dcf commit 4a73f81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Dockerfile for the toolkit's backend docker image. It should be built automatically by DockerCloud.
33

44
To build it manually, run:
5-
``docker image build -t "proteinevolution/toolkit-docker:1.1.6" -t "proteinevolution/toolkit-docker:latest" .``
5+
``docker image build -t "proteinevolution/toolkit-docker:1.2.0" -t "proteinevolution/toolkit-docker:latest" .``
66

77
To push the image, run:
88
``docker push proteinevolution/toolkit-docker:latest``

frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Dockerfile for the toolkit's frontend docker image. It should be built automatically by DockerCloud.
33

44
To build it manually, run:
5-
``docker image build -t "proteinevolution/toolkit-docker-frontend:1.0.0" -t "proteinevolution/toolkit-docker-frontend:latest" .``
5+
``docker image build -t "proteinevolution/toolkit-docker-frontend:1.2.0" -t "proteinevolution/toolkit-docker-frontend:latest" .``
66

77
To push the image, run:
88
``docker push proteinevolution/toolkit-docker-frontend:latest``

0 commit comments

Comments
 (0)