Skip to content

Commit

Permalink
update jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
danbao committed Oct 31, 2023
1 parent 092ac9c commit c4f3ae5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

## Build Status

Maven 3 base on Oracle JDK 8
Maven 3 base on OpenJDK 8

[![Build Maven base on JDK 8](https://github.com/ringcentral-docker/maven/actions/workflows/maven-base-on-jdk8.yml/badge.svg)](https://github.com/ringcentral-docker/maven/actions/workflows/maven-base-on-jdk8.yml)

Maven 3 base on AdoptOpenJDK 11
Maven 3 base on OpenJDK 11

[![Build Maven base on JDK 11](https://github.com/ringcentral-docker/maven/actions/workflows/maven-base-on-jdk11.yml/badge.svg)](https://github.com/ringcentral-docker/maven/actions/workflows/maven-base-on-jdk11.yml)


Maven 3 base on AdoptOpenJDK 17
Maven 3 base on OpenJDK 17

[![Build Maven base on JDK 17](https://github.com/ringcentral-docker/maven/actions/workflows/maven-base-on-jdk17.yml/badge.svg)](https://github.com/ringcentral-docker/maven/actions/workflows/maven-base-on-jdk17.yml)

Expand Down
2 changes: 1 addition & 1 deletion jdk11/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ringcentral/jdk:11.0.18-alpine
FROM ringcentral/jdk:11.0.21-alpine
LABEL maintainer="[email protected]"

ENV MAVEN_VERSION=3.6.3 \
Expand Down
2 changes: 1 addition & 1 deletion jdk17/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ringcentral/jdk:17.0.6-alpine
FROM ringcentral/jdk:17.0.9-alpine
LABEL maintainer="[email protected]"

ENV MAVEN_VERSION=3.6.3 \
Expand Down
2 changes: 1 addition & 1 deletion jdk8/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ringcentral/jdk:8u362-alpine
FROM ringcentral/jdk:8u382-alpine
LABEL maintainer="[email protected]"

ENV MAVEN_VERSION=3.8.7 \
Expand Down

0 comments on commit c4f3ae5

Please sign in to comment.