Browse Source

HADOOP-19276. Create hadoop-runner based on JDK 17

Doroszlai, Attila 7 tháng trước cách đây
mục cha
commit
d1bedf5448
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-ARG JAVA_VERSION=11
+ARG JAVA_VERSION=17
 
 # Ubuntu 22.04 LTS
 FROM eclipse-temurin:${JAVA_VERSION}-jammy