Skip to content

Commit 4172136

Browse files
committed
bump
1 parent 55867fd commit 4172136

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ RUN pip install Flask
66
RUN pip install PyYAML
77
RUN pip install vertx-eventbus-client
88

9-
COPY sourceplusplus-0.1.2.tar.gz .
9+
COPY sourceplusplus-0.1.4.tar.gz .
1010

11-
RUN pip install sourceplusplus-0.1.2.tar.gz
11+
RUN pip install sourceplusplus-0.1.4.tar.gz
1212

1313
COPY E2ETest.py .
1414

0 commit comments

Comments
 (0)