Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit d546b94

Browse files
Bump inbound-agent (jdk17) container image version to 3206.vb_15dcf73f6a_9-1 (#139)
* chore: Update inbound-agent (jdk17-nanoserver-1809) container image v... ... ersion for JDK11 image Made with ❤️️ by updatecli * chore: Update inbound-agent (jdk17-nanoserver-1809) container image v... ... ersion for JDK8 image Made with ❤️️ by updatecli * chore: Update inbound-agent (jdk17-nanoserver-1809) container image v... ... ersion for JDK21 image Made with ❤️️ by updatecli * chore: Update inbound-agent (jdk17-nanoserver-1809) container image v... ... ersion for JDK17 image Made with ❤️️ by updatecli --------- Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
1 parent 4135e69 commit d546b94

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

maven/jdk11/Dockerfile.nanoserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
ARG JAVA_VERSION=11.0.21_9
3-
ARG JAVA17_IMAGE_VERSION=3198.v03a_401881f3e-1
3+
ARG JAVA17_IMAGE_VERSION=3206.vb_15dcf73f6a_9-1
44
ARG PYTHON_VERSION=3.12.1
55

66
FROM python:"${PYTHON_VERSION}"-windowsservercore-1809 AS python

maven/jdk17/Dockerfile.nanoserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
ARG JAVA_VERSION=17.0.8.1_1
3-
ARG JAVA17_IMAGE_VERSION=3198.v03a_401881f3e-1
3+
ARG JAVA17_IMAGE_VERSION=3206.vb_15dcf73f6a_9-1
44
ARG PYTHON_VERSION=3.12.1
55

66
FROM python:"${PYTHON_VERSION}"-windowsservercore-1809 AS python

maven/jdk21/Dockerfile.nanoserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
ARG JAVA_VERSION=21-jdk
3-
ARG JAVA17_IMAGE_VERSION=3198.v03a_401881f3e-1
3+
ARG JAVA17_IMAGE_VERSION=3206.vb_15dcf73f6a_9-1
44
ARG PYTHON_VERSION=3.12.1
55

66
FROM python:"${PYTHON_VERSION}"-windowsservercore-1809 AS python

maven/jdk8/Dockerfile.nanoserver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# escape=`
22
ARG JAVA_VERSION=8u392-b08
3-
ARG JAVA17_IMAGE_VERSION=3198.v03a_401881f3e-1
3+
ARG JAVA17_IMAGE_VERSION=3206.vb_15dcf73f6a_9-1
44
ARG PYTHON_VERSION=3.12.1
55

66
FROM python:"${PYTHON_VERSION}"-windowsservercore-1809 AS python

0 commit comments

Comments
 (0)