Skip to content

Commit

Permalink
Upgrade to Java Docker client 3.2.12
Browse files Browse the repository at this point in the history
Version 3.2.12 of the Docker client improves Windows compatibility by defaulting to named pipes rather than UNIX-domain sockets to talk to the Docker daemon on Windows. Previously, users had to explicitly set `DOCKER_HOST` on Windows.

Fixes revolut-engineering#15
  • Loading branch information
sgrimm committed Sep 14, 2021
1 parent 4d6e005 commit 1d74d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ afterEvaluate {
dependencies {
implementation("org.jooq:jooq-codegen:3.14.8")
implementation("org.glassfish.jaxb:jaxb-runtime:2.3.3")
implementation("com.github.docker-java:docker-java-transport-okhttp:3.2.8")
implementation("com.github.docker-java:docker-java-transport-okhttp:3.2.12")
implementation("org.flywaydb:flyway-core:6.4.3")
implementation("org.zeroturnaround:zt-exec:1.12")
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
Expand Down

0 comments on commit 1d74d54

Please sign in to comment.