mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-06 18:30:57 +00:00
Update Dockerfile2
This commit is contained in:
parent
5c430ee6be
commit
509229fd6a
@ -22,7 +22,7 @@ RUN apk add --no-cache curl jq
|
|||||||
WORKDIR /downloader
|
WORKDIR /downloader
|
||||||
|
|
||||||
# Fetch the latest release jar from GitHub
|
# Fetch the latest release jar from GitHub
|
||||||
RUN curl -s https://api.github.com/repos/Frooodle/Stirling-PDF/releases/latest \
|
RUN curl -s https://api.github.com/repos/Stirling-Tools/Stirling-PDF/releases/latest \
|
||||||
| jq -r ".assets[] | select(.name == \"Stirling-PDF.jar\") | .browser_download_url" \
|
| jq -r ".assets[] | select(.name == \"Stirling-PDF.jar\") | .browser_download_url" \
|
||||||
| xargs curl -L -o Stirling-PDF.jar
|
| xargs curl -L -o Stirling-PDF.jar
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user