Skip to content

Commit

Permalink
Merge pull request #1666 from jenkinsci/updatecli_208ffadeed7c5959fb1…
Browse files Browse the repository at this point in the history
…0d2cdd526210113a13e53ca97e8385f2e2a86e105e43b

Bump Debian Bullseye Linux Version to 20230703
  • Loading branch information
dduportal committed Jul 5, 2023
2 parents 3d78ead + 4238848 commit 4594894
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 11/debian/bullseye-slim/hotspot/Dockerfile
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="11.0.19_7"
ARG BULLSEYE_TAG=20230612
ARG BULLSEYE_TAG=20230703
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 11/debian/bullseye/hotspot/Dockerfile
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="11.0.19_7"
ARG BULLSEYE_TAG=20230612
ARG BULLSEYE_TAG=20230703
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bullseye-slim/hotspot/Dockerfile
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="17.0.7_7"
ARG BULLSEYE_TAG=20230612
ARG BULLSEYE_TAG=20230703
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion 17/debian/bullseye/hotspot/Dockerfile
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="17.0.7_7"
ARG BULLSEYE_TAG=20230612
ARG BULLSEYE_TAG=20230703
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Expand Up @@ -94,7 +94,7 @@ variable "JAVA17_VERSION" {
}

variable "BULLSEYE_TAG" {
default = "20230612"
default = "20230703"
}

# ---- user-defined functions ----
Expand Down

0 comments on commit 4594894

Please sign in to comment.