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 6fd882e commit ba4c570Copy full SHA for ba4c570
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.3.tar.gz .
10
11
-RUN pip install sourceplusplus-0.1.2.tar.gz
+RUN pip install sourceplusplus-0.1.3.tar.gz
12
13
COPY E2ETest.py .
14
0 commit comments