Skip to content

Commit

Permalink
Merge pull request #237 from MarkEWaite/use-latest-java-versions
Browse files Browse the repository at this point in the history
Use JDK 11.0.19 and JDK 17.0.7
  • Loading branch information
MarkEWaite committed Apr 28, 2023
2 parents 88861a3 + 2b13a6f commit 26507b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 11/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.

FROM eclipse-temurin:11.0.18_10-jdk-alpine
FROM eclipse-temurin:11.0.19_7-jdk-alpine

ARG user=jenkins
ARG group=jenkins
Expand Down
2 changes: 1 addition & 1 deletion 11/bullseye/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.

FROM eclipse-temurin:11.0.18_10-jdk-focal as jre-build
FROM eclipse-temurin:11.0.19_7-jdk-focal as jre-build

# Generate smaller java runtime without unneeded files
# for now we include the full module path to maintain compatibility
Expand Down
2 changes: 1 addition & 1 deletion 17/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.

FROM eclipse-temurin:17.0.5_8-jdk-alpine
FROM eclipse-temurin:17.0.7_7-jdk-alpine

ARG user=jenkins
ARG group=jenkins
Expand Down
2 changes: 1 addition & 1 deletion 17/bullseye/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.5_8-jdk-focal as jre-build
FROM eclipse-temurin:17.0.7_7-jdk-focal as jre-build

# Generate smaller java runtime without unneeded files
# for now we include the full module path to maintain compatibility
Expand Down

0 comments on commit 26507b8

Please sign in to comment.