„Dockerfile“ ändern

Fixes crashing issue
This commit is contained in:
Julia Logan 2022-04-21 11:33:52 +00:00
parent dabcdf7eba
commit a74bac9e6a
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
# Use OpenJDK 17 as kaboom does
FROM openjdk:17-alpine
FROM openjdk:18-alpine
# Install git
RUN apk add git