Skip to content

Commit 524c6c0

Browse files
committed
v1.3.3
1 parent 6788167 commit 524c6c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/helpers/docker/DockerUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private static String getDockerRemotePort(String defaultPort) {
7777
}
7878

7979
private static boolean isUseSocket() {
80-
return Boolean.getBoolean(Play.configuration.getProperty("docker.use_socket"));
80+
return Boolean.parseBoolean(Play.configuration.getProperty("docker.use_socket"));
8181
}
8282

8383
private static String getDockerAuthorization() {

conf/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
self: play -> docker 1.3.2
1+
self: play -> docker 1.3.3
22

33
configurations:
44
- provided:

0 commit comments

Comments
 (0)