Skip to content

Commit

Permalink
Merge pull request #4 from turo/llosimura-patch-1
Browse files Browse the repository at this point in the history
fix: use the JDK temurin image
  • Loading branch information
llosimura authored Jan 9, 2024
2 parents 516c174 + fbdde08 commit 104e53f
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 104e53f

Please sign in to comment.