„Dockerfile“ ändern
Fixes crashing issue
This commit is contained in:
parent
dabcdf7eba
commit
a74bac9e6a
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
# Use OpenJDK 17 as kaboom does
|
||||
FROM openjdk:17-alpine
|
||||
FROM openjdk:18-alpine
|
||||
|
||||
# Install git
|
||||
RUN apk add git
|
||||
|
|
Loading…
Reference in a new issue