Skip to content

Commit

Permalink
feat: add java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
batleforc committed Nov 24, 2024
1 parent ee44118 commit ca7d260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wireguard/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ WORKDIR /app

# Install Wireguard REST API
COPY install.sh /app
RUN chmod +x install.sh
RUN chmod +x install.sh && apk add --no-cache openjdk21

ENTRYPOINT [ "/app/install.sh" ]

0 comments on commit ca7d260

Please sign in to comment.