From fd1c48cbcd3628ccb4862ec267e777997aa81fd8 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 03:39:19 +0000 Subject: [PATCH 1/4] chore: Bump JDK17 version for Linux images in the docker-bake.hcl file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 069dce853..c3e3ccd76 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -113,7 +113,7 @@ variable "JAVA11_VERSION" { } variable "JAVA17_VERSION" { - default = "17.0.10_7" + default = "17.0.11_9" } variable "JAVA21_VERSION" { From 3c4bf7684dd57843851a1849fbb45e24dae1dff8 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 03:39:20 +0000 Subject: [PATCH 2/4] chore: Bump JDK17 default ARG version on Debian Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- debian/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Dockerfile b/debian/Dockerfile index 88bceb564..7bfd92e70 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. ARG DEBIAN_RELEASE=bookworm-20240423 -ARG JAVA_VERSION=17.0.10_7 +ARG JAVA_VERSION=17.0.11_9 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-jammy AS jre-build # This Build ARG is populated by Docker From 1306c50e3b01847e077b3661079dce3d994ed4fb Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 03:39:21 +0000 Subject: [PATCH 3/4] chore: Bump JDK17 default ARG version on Alpine Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index affdc4d1f..aceec32cb 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -19,7 +19,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG JAVA_VERSION=17.0.10_7 +ARG JAVA_VERSION=17.0.11_9 ARG ALPINE_TAG=3.19.1 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build From 43e99e3c78986959609071ad0d28b0be1927f7ba Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 03:39:22 +0000 Subject: [PATCH 4/4] chore: Bump JDK17 version for Windows images in the build-windows.yam... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... l file Made with ❤️️ by updatecli --- build-windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-windows.yaml b/build-windows.yaml index 56e4077b0..51e2ecdcb 100644 --- a/build-windows.yaml +++ b/build-windows.yaml @@ -19,7 +19,7 @@ services: dockerfile: ./windows/${WINDOWS_FLAVOR}/Dockerfile args: JAVA_HOME: "C:/openjdk-17" - JAVA_VERSION: 17.0.10+7 + JAVA_VERSION: 17.0.11+9 VERSION: ${REMOTING_VERSION} WINDOWS_VERSION_TAG: ${WINDOWS_VERSION_TAG} TOOLS_WINDOWS_VERSION: ${TOOLS_WINDOWS_VERSION}