Skip to content

Commit b013e10

Browse files
update test dockerfile (#8137)
1 parent d2b5dee commit b013e10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe58
55
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
66
FROM quay.io/skopeo/stable:v1.19.0
77

8-
FROM python:3.13@sha256:4ea77121eab13d9e71f2783d7505f5655b25bb7b2c263e8020aae3b555dbc0b2
8+
FROM python:3.13-bookworm@sha256:1bfefad1a8bb66c1573378716c3bf18a59f438fe8a032d7fab43124f6f7ce9c6
99

1010
RUN apt-get update \
1111
&& apt-get install -y curl git apache2-utils \
@@ -25,6 +25,7 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s
2525
&& curl https://get.docker.com/builds/Linux/x86_64/docker-latest.tgz | tar xvz -C /tmp/ && mv /tmp/docker/docker /usr/bin/docker
2626

2727
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
2930

3031
ENTRYPOINT ["python3", "-m", "pytest"]

0 commit comments

Comments
 (0)