From c6a8144a2c7ed13478c9cc29454bd190a7307787 Mon Sep 17 00:00:00 2001 From: Gautham Varma K <43441192+GauthamVarmaK@users.noreply.github.com> Date: Mon, 1 Nov 2021 16:19:50 +0530 Subject: [PATCH] :arrow_up: Bump python from 3.9.5-r1 to 3.9.7-r3 --- tvheadend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tvheadend/Dockerfile b/tvheadend/Dockerfile index 11696c0..0902693 100644 --- a/tvheadend/Dockerfile +++ b/tvheadend/Dockerfile @@ -12,7 +12,7 @@ RUN \ g++=10.3.1_git20210424-r2 \ libxml2-dev=2.9.12-r1 \ libxslt-dev=1.1.34-r1 \ - python3-dev=3.9.5-r1 \ + python3-dev=3.9.7-r3 \ && apk add --no-cache \ tvheadend=4.2.8-r3 \ py3-pip=20.3.4-r1 \