Skip to content

Commit ef501f6

Browse files
authored
update test dockerfile (#8136)
1 parent d406b39 commit ef501f6

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.2@sha256:c55080dc5be4f2cc242e6966fdf97bb62282e1cd818a282
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:b3e52dd22ff14e2e6dcbc0f028f743dc037c74258e9af3d0a2fd8e6617d94d72
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)