Skip to content

Commit 614fbf0

Browse files
Bump docker image to 2025.03.01-RC1
1 parent 8385035 commit 614fbf0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default to using the latest version of Diffblue Cover on JDK17
22
# Additional images are available for specific Diffblue Cover
33
# versions and JDK versions.
4-
FROM diffblue/cover-cli:2025.02.02-jdk17
4+
FROM docker.io/diffblue/internal-cover-cli:release-2025.03.01-2025.03.01-rc1-jdk17
55

66
# Copies your code file from your action repository to the filesystem path `/` of the container
77
COPY entrypoint.sh /entrypoint.sh

jdk11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default to using the latest version of Diffblue Cover on JDK11
22
# Additional images are available for specific Diffblue Cover
33
# versions and JDK versions.
4-
FROM diffblue/cover-cli:2025.02.02-jdk11
4+
FROM docker.io/diffblue/internal-cover-cli:release-2025.03.01-2025.03.01-rc1-jdk11
55

66
# Copies your code file from your action repository to the filesystem path `/` of the container
77
COPY entrypoint.sh /entrypoint.sh

jdk17/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default to using the latest version of Diffblue Cover on JDK17
22
# Additional images are available for specific Diffblue Cover
33
# versions and JDK versions.
4-
FROM diffblue/cover-cli:2025.02.02-jdk17
4+
FROM docker.io/diffblue/internal-cover-cli:release-2025.03.01-2025.03.01-rc1-jdk17
55

66
# Copies your code file from your action repository to the filesystem path `/` of the container
77
COPY entrypoint.sh /entrypoint.sh

jdk21/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default to using the latest version of Diffblue Cover on JDK21
22
# Additional images are available for specific Diffblue Cover
33
# versions and JDK versions.
4-
FROM diffblue/cover-cli:2025.02.02-jdk21
4+
FROM docker.io/diffblue/internal-cover-cli:release-2025.03.01-2025.03.01-rc1-jdk21
55

66
# Copies your code file from your action repository to the filesystem path `/` of the container
77
COPY entrypoint.sh /entrypoint.sh

jdk8/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Default to using the latest version of Diffblue Cover on JDK8
22
# Additional images are available for specific Diffblue Cover
33
# versions and JDK versions.
4-
FROM diffblue/cover-cli:2025.02.02-jdk8
4+
FROM docker.io/diffblue/internal-cover-cli:release-2025.03.01-2025.03.01-rc1-jdk8
55

66
# Copies your code file from your action repository to the filesystem path `/` of the container
77
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)