Skip to content

Commit

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

Bump Debian Bullseye Linux Version to 20230612
  • Loading branch information
dduportal authored Jul 1, 2023
2 parents 3b2c13b + 33b848d commit c2e3224
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 11/debian/bullseye-slim/hotspot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="11.0.19_7"
ARG BULLSEYE_TAG="20230612"
ARG BULLSEYE_TAG=20230612
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="11.0.19_7"
ARG BULLSEYE_TAG="20230612"
ARG BULLSEYE_TAG=20230612
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="17.0.7_7"
ARG BULLSEYE_TAG="20230612"
ARG BULLSEYE_TAG=20230612
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG JAVA_VERSION="17.0.7_7"
ARG BULLSEYE_TAG="20230612"
ARG BULLSEYE_TAG=20230612
FROM eclipse-temurin:"${JAVA_VERSION}"-jdk-focal as jre-build

RUN jlink \
Expand Down

0 comments on commit c2e3224

Please sign in to comment.