File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,10 @@ You can use `unoserver-rest-api` with [libreoffice-docker/libreoffice-unoserver-
2626# ...
2727
2828# The unoserver-rest-api version number
29- ARG UNOSERVER_REST_API_VERSION=0.2.0
30- ADD https://github.com/libreoffice-docker/unoserver-rest-api/releases/download/v${UNOSERVER_REST_API_VERSION}/unoserver-rest-api-linux /usr/bin/unoserver-rest-api
29+ ARG UNOSERVER_REST_API_VERSION=0.4.0
3130ADD https://github.com/libreoffice-docker/unoserver-rest-api/releases/download/v${UNOSERVER_REST_API_VERSION}/s6-overlay-module.tar.zx /tmp
3231ADD https://github.com/libreoffice-docker/unoserver-rest-api/releases/download/v${UNOSERVER_REST_API_VERSION}/s6-overlay-module.tar.zx.sha256 /tmp
33- RUN chmod +x /usr/bin/unoserver-rest-api; \
34- cd /tmp && sha256sum -c *.sha256 && \
32+ RUN cd /tmp && sha256sum -c *.sha256 && \
3533 tar -C / -Jxpf /tmp/s6-overlay-module.tar.zx && \
3634 rm -rf /tmp/*.tar*
3735EXPOSE 2004
You can’t perform that action at this time.
0 commit comments