File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM openjdk:8
22
33WORKDIR /tests
44
5- ARG COMMIT_HASH=8db606f3470cce75c1b013ae498ac93b862b75b7
5+ ARG COMMIT_HASH=7dbdf726bdd12b67f09b3898bb95790eacbedf84
66
77ADD https://github.com/apache/skywalking-agent-test-tool/archive/${COMMIT_HASH} .tar.gz .
88
@@ -24,4 +24,4 @@ RUN tar -xf skywalking-mock-collector.tar.gz --strip 1
2424
2525RUN chmod +x bin/collector-startup.sh
2626
27- ENTRYPOINT bin/collector-startup.sh
27+ ENTRYPOINT bin/collector-startup.sh
Original file line number Diff line number Diff line change 1- PyYAML == 5.3.1
2- requests == 2.24 .0
3- apache-skywalking == 0.5 .0
4- protobuf == 3.12.4
5- tornado == 6.0.4
6- sanic == 20.9.1
7- Flask == 1.1 .2
8- Jinja2 == 2.11 .2
9- pymongo == 3.11 .0
10- PyMySQL == 0.10.0
11- pyramid == 1.10.5
12- pika == 1.1 .0
1+ PyYAML == 6.0
2+ requests == 2.26 .0
3+ apache-skywalking == 0.6 .0
4+ protobuf == 3.18.3
5+ tornado == 6.1
6+ sanic == 21.12.2
7+ Flask == 2.0 .2
8+ Jinja2 == 3.1 .2
9+ pymongo == 3.12 .0
10+ pymysql == 1.0.2
11+ pyramid == 2.0
12+ pika == 1.2 .0
1313redis == 3.5.3
14- MarkupSafe == 1 .1.1
15- itsdangerous == 1 .1.0
16- Werkzeug == 1.0 .1
14+ MarkupSafe == 2 .1.1
15+ itsdangerous == 2 .1.2
16+ Werkzeug == 2.1 .1
You can’t perform that action at this time.
0 commit comments