File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe58
5
5
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
6
6
FROM quay.io/skopeo/stable:v1.19.0
7
7
8
- FROM python:3.13@sha256:4ea77121eab13d9e71f2783d7505f5655b25bb7b2c263e8020aae3b555dbc0b2
8
+ FROM python:3.13-bookworm @sha256:1bfefad1a8bb66c1573378716c3bf18a59f438fe8a032d7fab43124f6f7ce9c6
9
9
10
10
RUN apt-get update \
11
11
&& apt-get install -y curl git apache2-utils \
@@ -25,6 +25,7 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s
25
25
&& curl https://get.docker.com/builds/Linux/x86_64/docker-latest.tgz | tar xvz -C /tmp/ && mv /tmp/docker/docker /usr/bin/docker
26
26
27
27
RUN pip install --require-hashes -r requirements.txt --no-deps
28
- RUN playwright install --with-deps chromium
28
+ RUN playwright install chromium
29
+ RUN playwright install-deps chromium
29
30
30
31
ENTRYPOINT ["python3" , "-m" , "pytest" ]
You can’t perform that action at this time.
0 commit comments