Skip to content

Commit

Permalink
checkpoint commit on new images
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiyzen committed May 13, 2020
1 parent 91739c8 commit ee5129c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmds/bootstrap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
ipv4_address: 172.20.0.10

generate-raw-addresses:
image: techbureau/catapult-tools-private:gcc-master-4fc3caeeec
image: techbureau/catapult-tools-private:gcc-master-24f6aa7356
command: bash -c "/bin-mount/generate-raw-addresses-if-needed 53 /addresses/raw-addresses.txt /addresses/addresses.yaml"
volumes:
- ../../bin/bash:/bin-mount
Expand Down
2 changes: 1 addition & 1 deletion cmds/bootstrap/dockerfiles/catapult-rest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM techbureau/catapult-rest-server-nightly:commit-2911c86
FROM techbureau/catapult-rest-server-nightly:commit-e4659a9
2 changes: 1 addition & 1 deletion cmds/bootstrap/dockerfiles/catapult/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM techbureau/catapult-server-private:gcc-master-4fc3caeeec
FROM techbureau/catapult-server-private:gcc-master-24f6aa7356
ADD ./userconfig /userconfig
2 changes: 1 addition & 1 deletion cmds/bootstrap/dockerfiles/nemgen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM techbureau/catapult-tools-private:gcc-master-4fc3caeeec
FROM techbureau/catapult-tools-private:gcc-master-24f6aa7356
ADD ./userconfig /userconfig

0 comments on commit ee5129c

Please sign in to comment.