From e9f6e21cad9cb5dac88df018de1fc9fb72f91174 Mon Sep 17 00:00:00 2001 From: Rob Oxspring Date: Tue, 2 Apr 2024 15:35:02 +0100 Subject: [PATCH] Bump docker image to 2024.03.02 --- Dockerfile | 2 +- jdk11/Dockerfile | 2 +- jdk17/Dockerfile | 2 +- jdk21/Dockerfile | 2 +- jdk8/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a1b09f9..55a6d903 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK17 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/internal-cover-cli:nightly-jdk17 +FROM diffblue/cover-cli:2024.03.02-jdk17 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk11/Dockerfile b/jdk11/Dockerfile index 1eef02f1..dd17d0c3 100644 --- a/jdk11/Dockerfile +++ b/jdk11/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK11 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/internal-cover-cli:nightly-jdk11 +FROM diffblue/cover-cli:2024.03.02-jdk11 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk17/Dockerfile b/jdk17/Dockerfile index 0a1b09f9..55a6d903 100644 --- a/jdk17/Dockerfile +++ b/jdk17/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK17 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/internal-cover-cli:nightly-jdk17 +FROM diffblue/cover-cli:2024.03.02-jdk17 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk21/Dockerfile b/jdk21/Dockerfile index b7cc9536..d15712cf 100644 --- a/jdk21/Dockerfile +++ b/jdk21/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK21 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/internal-cover-cli:nightly-jdk21 +FROM diffblue/cover-cli:2024.03.02-jdk21 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh diff --git a/jdk8/Dockerfile b/jdk8/Dockerfile index 9c8bf00e..b1e833b6 100644 --- a/jdk8/Dockerfile +++ b/jdk8/Dockerfile @@ -1,7 +1,7 @@ # Default to using the latest version of Diffblue Cover on JDK8 # Additional images are available for specific Diffblue Cover # versions and JDK versions. -FROM diffblue/internal-cover-cli:nightly-jdk8 +FROM diffblue/cover-cli:2024.03.02-jdk8 # Copies your code file from your action repository to the filesystem path `/` of the container COPY entrypoint.sh /entrypoint.sh