From cf5c6239d0dede330c3f3522b441b76d7fe572ce Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:52:44 +0000 Subject: [PATCH 1/4] chore: changed lines [22] of file "/tmp/updatecli/github/jenkinsci/do... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cker-agent/17/alpine/Dockerfile" Made with ❤️️ by updatecli --- 17/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/alpine/Dockerfile b/17/alpine/Dockerfile index b3ae6f609..aff19e513 100644 --- a/17/alpine/Dockerfile +++ b/17/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.5_8 +ARG JAVA_VERSION=17.0.6_10 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine ARG user=jenkins From e25d9fca868033b3d2f172ad35fb650cce86fb12 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:52:45 +0000 Subject: [PATCH 2/4] chore: changed lines [25] of file "/tmp/updatecli/github/jenkinsci/do... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cker-agent/17/windows/windowsservercore-ltsc2019/Dockerfile" Made with ❤️️ by updatecli --- 17/windows/windowsservercore-ltsc2019/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/windows/windowsservercore-ltsc2019/Dockerfile b/17/windows/windowsservercore-ltsc2019/Dockerfile index e0593d0a2..ddd2753d5 100644 --- a/17/windows/windowsservercore-ltsc2019/Dockerfile +++ b/17/windows/windowsservercore-ltsc2019/Dockerfile @@ -22,7 +22,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG JAVA_VERSION=17.0.5_8 +ARG JAVA_VERSION=17.0.6_10 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] From d6122bb736b1d9ec51e7080a72a601075b363e03 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:52:46 +0000 Subject: [PATCH 3/4] chore: changed lines [24 32] of file "/tmp/updatecli/github/jenkinsci... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... /docker-agent/17/windows/nanoserver-1809/Dockerfile" Made with ❤️️ by updatecli --- 17/windows/nanoserver-1809/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/17/windows/nanoserver-1809/Dockerfile b/17/windows/nanoserver-1809/Dockerfile index c8c38f3b9..f589a0e26 100644 --- a/17/windows/nanoserver-1809/Dockerfile +++ b/17/windows/nanoserver-1809/Dockerfile @@ -21,7 +21,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.5_8 +ARG JAVA_VERSION=17.0.6_10 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809 AS core # If you pass in a POWERSHELL_VERSION, make sure it ends with a hyphen, leaving it empty will @@ -29,7 +29,7 @@ FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809 AS core ARG POWERSHELL_VERSION= FROM mcr.microsoft.com/powershell:"${POWERSHELL_VERSION}nanoserver-1809" -ARG JAVA_VERSION=17.0.5_8 +ARG JAVA_VERSION=17.0.6_10 ARG JAVA_HOME="C:\openjdk-17" # The nanoserver image is nice and small, but we need a couple of things to get SSH working From 63fe5cfc162b5c01aa98963940ef9b4795e401b4 Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:52:47 +0000 Subject: [PATCH 4/4] chore: changed lines [23] of file "/tmp/updatecli/github/jenkinsci/do... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cker-agent/17/bullseye/Dockerfile" Made with ❤️️ by updatecli --- 17/bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/bullseye/Dockerfile b/17/bullseye/Dockerfile index 7d61b69e5..6feb3f7b4 100644 --- a/17/bullseye/Dockerfile +++ b/17/bullseye/Dockerfile @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ARG JAVA_VERSION=17.0.5_8 +ARG JAVA_VERSION=17.0.6_10 FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build # This Build ARG is populated by Docker