mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix a build issue caused by the latest Docker version:
* The latest docker version is not supported by artifactory causing the package build to fail. Setting the docker version to 19.03.8 to fix the build.
This commit is contained in:
@@ -282,7 +282,7 @@ tag_bld_images:
|
||||
variables:
|
||||
docker_driver: overlay2
|
||||
image:
|
||||
name: docker:latest
|
||||
name: docker:19.03.8
|
||||
services:
|
||||
# workaround for TLS issues - consider going back
|
||||
# back to unversioned `dind` when issues are resolved
|
||||
|
||||
Reference in New Issue
Block a user