From 576f48397ee7d578ff05abdbc6421112dcaefff4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 29 Oct 2020 10:59:03 +0100 Subject: [PATCH] :arrow_up: Upgrades libffi-dev to 3.3-r2 --- lutron-cert/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutron-cert/Dockerfile b/lutron-cert/Dockerfile index c3dcd57..7722161 100644 --- a/lutron-cert/Dockerfile +++ b/lutron-cert/Dockerfile @@ -14,7 +14,7 @@ RUN \ apk add --no-cache --virtual .build-dependencies \ gcc=9.3.0-r2 \ libc-dev=0.7.2-r0 \ - libffi-dev=3.2.1-r6 \ + libffi-dev=3.3-r2 \ openssl-dev=1.1.1g-r0 \ \ && apk add --no-cache \