소스 검색

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

Doroszlai, Attila 8 달 전
부모
커밋
d1bedf5448
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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