Skip to content

Commit

Permalink
feat(eh): upgrade to jre21
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Apr 14, 2024
1 parent b283985 commit f7e0611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/xatier/wireguard:latest

USER root
RUN pacman -Syuu --noconfirm --needed \
jre17-openjdk-headless
jre21-openjdk-headless

COPY ./entrypoint.sh /srv/entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion eh/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cat /etc/resolv.conf
curl ipinfo.io

# shellcheck disable=SC1091
sudo archlinux-java set java-17-openjdk
sudo archlinux-java set java-21-openjdk
archlinux-java status

java -jar HentaiAtHome.jar

0 comments on commit f7e0611

Please sign in to comment.