Skip to content

Commit 0b8bb78

Browse files
authored
Merge branch 'main' into feature/workflow-build-images
2 parents c19b3a1 + aabc250 commit 0b8bb78

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Pin to Alpine 3.17.3
2-
FROM alpine@sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
1+
FROM alpine@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
32
ARG AGENT_DIR
43
COPY ${AGENT_DIR} /opt/python

tests/requirements/reqs-base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coverage==7.3.1 ; python_version > '3.7'
99
pytest-cov==4.0.0 ; python_version < '3.8'
1010
pytest-cov==4.1.0 ; python_version > '3.7'
1111
jinja2==3.1.5 ; python_version == '3.7'
12-
pytest-localserver==0.5.0
12+
pytest-localserver==0.9.0
1313
pytest-mock==3.6.1 ; python_version == '3.6'
1414
pytest-mock==3.10.0 ; python_version > '3.6'
1515
pytest-benchmark==3.4.1 ; python_version == '3.6'

0 commit comments

Comments
 (0)