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 55867fd commit 4172136Copy full SHA for 4172136
e2e/Dockerfile
@@ -6,9 +6,9 @@ RUN pip install Flask
6
RUN pip install PyYAML
7
RUN pip install vertx-eventbus-client
8
9
-COPY sourceplusplus-0.1.2.tar.gz .
+COPY sourceplusplus-0.1.4.tar.gz .
10
11
-RUN pip install sourceplusplus-0.1.2.tar.gz
+RUN pip install sourceplusplus-0.1.4.tar.gz
12
13
COPY E2ETest.py .
14
0 commit comments