From 1723dea623805528fce99d4daa5888280c12b8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Oct 2021 01:02:12 +0000 Subject: [PATCH] Bump python from 3.9-slim-buster to 3.10.0-slim-buster Bumps python from 3.9-slim-buster to 3.10.0-slim-buster. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80deea5..b900a63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim-buster +FROM python:3.10.0-slim-buster RUN /usr/local/bin/python -m pip install --upgrade pip RUN pip3 install pytenable feedparser python-decouple requests BeautifulSoup4 phpserialize jinja2 lxml