Skip to content

Commit c38dea4

Browse files
Update to 11-ea+24, debian 11~24-1
1 parent 5527e8e commit c38dea4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

11/jdk/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home
4141

42-
ENV JAVA_VERSION 11-ea+23
43-
ENV JAVA_DEBIAN_VERSION 11~23-1
42+
ENV JAVA_VERSION 11-ea+24
43+
ENV JAVA_DEBIAN_VERSION 11~24-1
4444

4545
RUN set -ex; \
4646
\

11/jdk/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home
4141

42-
ENV JAVA_VERSION 11-ea+23
43-
ENV JAVA_DEBIAN_VERSION 11~23-1
42+
ENV JAVA_VERSION 11-ea+24
43+
ENV JAVA_DEBIAN_VERSION 11~24-1
4444

4545
RUN set -ex; \
4646
\

11/jre/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home
4141

42-
ENV JAVA_VERSION 11-ea+23
43-
ENV JAVA_DEBIAN_VERSION 11~23-1
42+
ENV JAVA_VERSION 11-ea+24
43+
ENV JAVA_DEBIAN_VERSION 11~24-1
4444

4545
RUN set -ex; \
4646
\

11/jre/slim/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN { \
3939
RUN ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
4040
ENV JAVA_HOME /docker-java-home
4141

42-
ENV JAVA_VERSION 11-ea+23
43-
ENV JAVA_DEBIAN_VERSION 11~23-1
42+
ENV JAVA_VERSION 11-ea+24
43+
ENV JAVA_DEBIAN_VERSION 11~24-1
4444

4545
RUN set -ex; \
4646
\

0 commit comments

Comments
 (0)