Skip to content

Commit

Permalink
Bump JDK17 version to 17.0.8_7 (#283)
Browse files Browse the repository at this point in the history
* chore: Updated to content "" in file "docker-bake.hcl"

Made with ❤️️ by updatecli

* chore: Updated to content "" in file "docker-bake.hcl"

Made with ❤️️ by updatecli

* chore: changed lines [25] of file "/tmp/updatecli/github/jenkinsci/do...

... cker-ssh-agent/windows/windowsservercore-ltsc2019/Dockerfile"

Made with ❤️️ by updatecli

* chore: changed lines [24] of file "/tmp/updatecli/github/jenkinsci/do...

... cker-ssh-agent/windows/nanoserver-ltsc2019/Dockerfile"

Made with ❤️️ by updatecli

* chore: changed lines [1] of file "/tmp/updatecli/github/jenkinsci/doc...

... ker-ssh-agent/debian/Dockerfile"

Made with ❤️️ by updatecli

* chore: changed lines [23] of file "/tmp/updatecli/github/jenkinsci/do...

... cker-ssh-agent/alpine/Dockerfile"

Made with ❤️️ by updatecli

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 31, 2023
1 parent 0c549a3 commit db899c6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.7_7
ARG JAVA_VERSION=17.0.8_7
ARG ALPINE_TAG=3.18.2
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-alpine AS jre-build

Expand Down
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JAVA_VERSION=17.0.7_7
ARG JAVA_VERSION=17.0.8_7
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal AS jre-build

# This Build ARG is populated by Docker
Expand Down
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ variable "ALPINE_SHORT_TAG" {
}

variable "JAVA11_VERSION" {
default = "11.0.19_7"
default = "11.0.20_8"
}

variable "JAVA17_VERSION" {
default = "17.0.7_7"
default = "17.0.8_7"
}

target "alpine_jdk17" {
Expand Down
2 changes: 1 addition & 1 deletion windows/nanoserver-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=11.0.19_7
ARG JAVA_VERSION=11.0.20_8
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809 AS jdk-core

FROM mcr.microsoft.com/powershell:nanoserver-1809
Expand Down
2 changes: 1 addition & 1 deletion windows/windowsservercore-ltsc2019/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

ARG JAVA_VERSION=11.0.19_7
ARG JAVA_VERSION=11.0.20_8
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-windowsservercore-1809

SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
Expand Down

0 comments on commit db899c6

Please sign in to comment.