mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-05 11:31:24 +00:00
⬆️ Upgrades g++ to 9.3.0-r2
This commit is contained in:
parent
cb65c0f344
commit
2b52fd103e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ COPY requirements.txt /tmp/
|
||||||
# Setup base
|
# Setup base
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
g++=9.2.0-r4 \
|
g++=9.3.0-r2 \
|
||||||
gcc=9.2.0-r4 \
|
gcc=9.2.0-r4 \
|
||||||
libffi-dev=3.2.1-r6 \
|
libffi-dev=3.2.1-r6 \
|
||||||
libressl-dev=3.0.2-r0 \
|
libressl-dev=3.0.2-r0 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue