Skip to content

Commit 8f617b6

Browse files
authored
Use correct JDK 13 version (#10276)
Motivation: We had a typo in the JDK 13 version to use. Modifications: Use the correct version string Result: Be able to run CI with JDK13 again
1 parent 7146789 commit 8f617b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.centos-6.113.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
build:
88
args:
99
centos_version : "6"
10-
java_version : "adopt@1.13.0-3"
10+
java_version : "adopt@1.13.0-2"
1111

1212
test:
1313
image: netty:centos-6-1.13

docker/docker-compose.centos-7.113.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
build:
88
args:
99
centos_version : "7"
10-
java_version : "adopt@1.13.0-3"
10+
java_version : "adopt@1.13.0-2"
1111

1212
test:
1313
image: netty:centos-7-1.13

0 commit comments

Comments
 (0)