Skip to content

Commit

Permalink
Updates openjdk package from version 11 to 17 (#42)
Browse files Browse the repository at this point in the history
Running the wehe client with version 11 yielded an error that
mobi/meddle/wehe/Main was compiled with a more recent version of the Java
Runtime than was installed on the system. This change seems to resolve that
issue.
  • Loading branch information
nkinkade authored Oct 24, 2024
1 parent 68b1c0d commit 58c24fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.minimal
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN go install github.com/m-lab/locate/cmd/[email protected]

# Install java for the wehe cli client, and clone client repo
# Install tini: https://github.com/krallin/tini
RUN apt update && apt install --yes openjdk-11-jre-headless tini
RUN apt update && apt install --yes openjdk-17-jre-headless tini
RUN git clone https://github.com/NEU-SNS/wehe-cmdline

COPY ./cache_exit_code.sh ./wehe-client.sh /usr/bin/
Expand Down

0 comments on commit 58c24fb

Please sign in to comment.