Skip to content

Commit

Permalink
fix: use the JDK temurin image
Browse files Browse the repository at this point in the history
Google java format requires a set of module flags if run in JDK > 16.
  • Loading branch information
llosimura authored Jan 9, 2024
1 parent 516c174 commit fbdde08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jre
FROM eclipse-temurin:21-jdk

# Make sure dependencies are installed
RUN apt-get update && apt-get install -y python3 python3-pip python3-setuptools
Expand Down

0 comments on commit fbdde08

Please sign in to comment.