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.
2 parents c19b3a1 + aabc250 commit 0b8bb78Copy full SHA for 0b8bb78
Dockerfile
@@ -1,4 +1,3 @@
1
-# Pin to Alpine 3.17.3
2
-FROM alpine@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
+FROM alpine@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
3
ARG AGENT_DIR
4
COPY ${AGENT_DIR} /opt/python
tests/requirements/reqs-base.txt
@@ -9,7 +9,7 @@ coverage==7.3.1 ; python_version > '3.7'
9
pytest-cov==4.0.0 ; python_version < '3.8'
10
pytest-cov==4.1.0 ; python_version > '3.7'
11
jinja2==3.1.5 ; python_version == '3.7'
12
-pytest-localserver==0.5.0
+pytest-localserver==0.9.0
13
pytest-mock==3.6.1 ; python_version == '3.6'
14
pytest-mock==3.10.0 ; python_version > '3.6'
15
pytest-benchmark==3.4.1 ; python_version == '3.6'
0 commit comments