mirror of
https://github.com/openstreetmap/osmosis.git
synced 2026-01-14 00:36:36 +00:00
Update to latest JDK 17
This commit is contained in:
2
.mise.toml
Normal file
2
.mise.toml
Normal file
@ -0,0 +1,2 @@
|
||||
[tools]
|
||||
java = 'temurin-17.0.13+11'
|
||||
@ -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 install -y git
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y git
|
||||
|
||||
ARG CURRENT_USER_ID
|
||||
ARG CURRENT_GROUP_ID
|
||||
|
||||
Reference in New Issue
Block a user