Skip to content

Commit

Permalink
Merge pull request #15 from ZdenekM/master
Browse files Browse the repository at this point in the history
bump docker version
  • Loading branch information
ZdenekM authored Dec 17, 2019
2 parents aa81b7e + 8b8b0b2 commit dbc53ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile-arserver
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arcor2/arcor2_base:0.1.1
FROM arcor2/arcor2_base:0.1.2

RUN ln -s /root/arcor2/docker/start-arserver.sh /start.sh

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM arcor2/arcor2_base:0.1.1
FROM arcor2/arcor2_base:0.1.2

RUN ln -s /root/arcor2/docker/start-build.sh /start.sh

2 changes: 1 addition & 1 deletion docker/Dockerfile-execution
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM arcor2/arcor2_base:0.1.1
FROM arcor2/arcor2_base:0.1.2

RUN ln -s /root/arcor2/docker/start-execution.sh /start.sh
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
arserver:
image: arcor2/arcor2_kinali:0.1.1
image: arcor2/arcor2_kinali:0.1.2
container_name: arserver
depends_on:
- project
Expand All @@ -14,10 +14,10 @@ services:
- ARCOR2_PERSISTENT_STORAGE_URL=http://project:11000
- ARCOR2_EXECUTION_URL=ws://execution:6790
build:
image: arcor2/arcor2_build:0.1.1
image: arcor2/arcor2_build:0.1.2
container_name: build
execution:
image: arcor2/arcor2_execution:0.1.1
image: arcor2/arcor2_execution:0.1.2
container_name: execution
environment:
- ARCOR2_BUILDER_URL=http://build:5007
Expand Down

0 comments on commit dbc53ba

Please sign in to comment.