From 2b52fd103e520f07520035d6688224f9a3c61248 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 3 Nov 2020 10:19:28 +0100 Subject: [PATCH] :arrow_up: Upgrades g++ to 9.3.0-r2 --- tautulli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tautulli/Dockerfile b/tautulli/Dockerfile index 435b742..c7c641e 100644 --- a/tautulli/Dockerfile +++ b/tautulli/Dockerfile @@ -17,7 +17,7 @@ COPY requirements.txt /tmp/ # Setup base RUN \ apk add --no-cache --virtual .build-dependencies \ - g++=9.2.0-r4 \ + g++=9.3.0-r2 \ gcc=9.2.0-r4 \ libffi-dev=3.2.1-r6 \ libressl-dev=3.0.2-r0 \