Added java17 variant

#1054
This commit is contained in:
Geoff Bourne
2021-10-19 21:34:02 -05:00
parent 6aa3b1066f
commit 28d77853cb
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ on:
- java8-openj9 - java8-openj9
- java11* - java11*
- java16* - java16*
- java17*
- test/* - test/*
tags: tags:
- "[0-9]+.[0-9]+.[0-9]+" - "[0-9]+.[0-9]+.[0-9]+"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM adoptopenjdk:16-jre FROM eclipse-temurin:17-jdk
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>" LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"