Update to latest JDK 17

This commit is contained in:
Brett Henderson
2024-12-27 18:00:21 +11:00
parent 5cb3af11e9
commit 519dcaf1fe
2 changed files with 5 additions and 3 deletions

2
.mise.toml Normal file
View File

@ -0,0 +1,2 @@
[tools]
java = 'temurin-17.0.13+11'

View File

@ -1,7 +1,7 @@
FROM eclipse-temurin:17.0.7_7-jdk FROM eclipse-temurin:17.0.13_11-jdk
RUN apt update RUN apt-get update
RUN apt install -y git RUN apt-get install -y git
ARG CURRENT_USER_ID ARG CURRENT_USER_ID
ARG CURRENT_GROUP_ID ARG CURRENT_GROUP_ID