File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Default to using the latest version of Diffblue Cover on JDK17
2
2
# Additional images are available for specific Diffblue Cover
3
3
# versions and JDK versions.
4
- FROM diffblue/cover-cli:2025.03.02 -jdk17
4
+ FROM diffblue/cover-cli:2025.04.01 -jdk17
5
5
6
6
# Copies your code file from your action repository to the filesystem path `/` of the container
7
7
COPY entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change 1
1
# Default to using the latest version of Diffblue Cover on JDK11
2
2
# Additional images are available for specific Diffblue Cover
3
3
# versions and JDK versions.
4
- FROM diffblue/cover-cli:2025.03.02 -jdk11
4
+ FROM diffblue/cover-cli:2025.04.01 -jdk11
5
5
6
6
# Copies your code file from your action repository to the filesystem path `/` of the container
7
7
COPY entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change 1
1
# Default to using the latest version of Diffblue Cover on JDK17
2
2
# Additional images are available for specific Diffblue Cover
3
3
# versions and JDK versions.
4
- FROM diffblue/cover-cli:2025.03.02 -jdk17
4
+ FROM diffblue/cover-cli:2025.04.01 -jdk17
5
5
6
6
# Copies your code file from your action repository to the filesystem path `/` of the container
7
7
COPY entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change 1
1
# Default to using the latest version of Diffblue Cover on JDK21
2
2
# Additional images are available for specific Diffblue Cover
3
3
# versions and JDK versions.
4
- FROM diffblue/cover-cli:2025.03.02 -jdk21
4
+ FROM diffblue/cover-cli:2025.04.01 -jdk21
5
5
6
6
# Copies your code file from your action repository to the filesystem path `/` of the container
7
7
COPY entrypoint.sh /entrypoint.sh
Original file line number Diff line number Diff line change 1
1
# Default to using the latest version of Diffblue Cover on JDK8
2
2
# Additional images are available for specific Diffblue Cover
3
3
# versions and JDK versions.
4
- FROM diffblue/cover-cli:2025.03.02 -jdk8
4
+ FROM diffblue/cover-cli:2025.04.01 -jdk8
5
5
6
6
# Copies your code file from your action repository to the filesystem path `/` of the container
7
7
COPY entrypoint.sh /entrypoint.sh
You can’t perform that action at this time.
0 commit comments