Dockerfile: use bullseye as Debian base

This commit is contained in:
Dawid Wróbel
2022-10-05 17:11:24 +02:00
parent f36059324c
commit f8be027a2a
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ ARG CHROME_IMAGE=curl-impersonate-chrome
FROM ${FIREFOX_IMAGE} as ff
FROM ${CHROME_IMAGE} as chrome
FROM python:3.10.1-slim-buster
FROM python:3.10.1-slim-bullseye
WORKDIR /tests