⬆️ Bump Base Image form 10.1.1 to 11.0.0

Bumps Base Image form 10.1.1 to 11.0.0
This commit is contained in:
Gautham Varma K
2022-01-02 10:52:35 +05:30
parent 64a8ef45fa
commit 3593c2375f
2 changed files with 11 additions and 11 deletions
+6 -6
View File
@@ -7,14 +7,14 @@ COPY requirements.txt /tmp/
RUN \
apk update \
&& apk add --no-cache --virtual .build-deps \
musl-dev=1.2.2-r3 \
gcc=10.3.1_git20210424-r2 \
g++=10.3.1_git20210424-r2 \
libxml2-dev=2.9.12-r1 \
musl-dev=1.2.2-r7 \
gcc=10.3.1_git20211027-r0 \
g++=10.3.1_git20211027-r0 \
libxml2-dev=2.9.12-r2 \
libxslt-dev=1.1.34-r1 \
python3-dev=3.9.5-r1 \
python3-dev=3.9.7-r4 \
&& apk add --no-cache \
tvheadend=4.2.8-r3 \
tvheadend=4.2.8-r5 \
py3-pip=20.3.4-r1 \
libxslt=1.1.34-r1 \
&& pip3 install \