Skip to content

Commit

Permalink
fix(tools): ghcr-quorum-multi-party-all-in-one pip install
Browse files Browse the repository at this point in the history
Upgraded the base image version from
`docker:20.10.3-dind`
to
`docker:20.10.21-dind`
which ships with newer rust versions through apk
by default and thereby fixing the issue of the rust
compiler version being not new enough for
docker-compose.

Fixes hyperledger-cacti#2183

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 3, 2022
1 parent 2fec226 commit 5809fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/quorum-multi-party-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN quorum-dev-quickstart --clientType goquorum --outputPath ./ --monitoring def
# docker-compose base
################################

FROM docker:20.10.3-dind
FROM docker:20.10.21-dind

ENV ROOT_DIR=/opt/quorum-dev-quickstart

Expand Down

0 comments on commit 5809fd8

Please sign in to comment.