We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166ef75 commit 339d529Copy full SHA for 339d529
Dockerfile
@@ -3,7 +3,7 @@ FROM python:3.8-slim
3
ENV PIP_NO_CACHE_DIR=1 \
4
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ \
5
PYTHONPATH=/app \
6
- SIGNAL_CLI_VERSION=0.8.1
+ SIGNAL_CLI_VERSION=0.9.1
7
8
# Install OpenJDK-8
9
RUN apt-get update && \
0 commit comments