From 1741a87452b8b38746f94ee9c1f2aeb69e59c8bd Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:21:43 +0530 Subject: [PATCH] chore(deps): upgrade pinned libcurl4 package Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2b2c1e9..b79f8d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN set -ex; \ gir1.2-rsvg-2.0=2.48.2-1 \ librsvg2-2=2.48.2-1 \ librsvg2-common=2.48.2-1 \ - libcurl4-openssl-dev=7.68.0-1ubuntu2.13 \ + libcurl4-openssl-dev=7.68.0-1ubuntu2.14 \ libpixman-1-dev=0.38.4-0ubuntu1; \ apt-get -y --purge autoremove; \ apt-get clean; \ @@ -70,7 +70,7 @@ RUN set -ex; \ libgif7=5.1.9-1 \ libopengl0=1.3.2-1~ubuntu0.20.04.2 \ libpixman-1-0=0.38.4-0ubuntu1 \ - libcurl4=7.68.0-1ubuntu2.13 \ + libcurl4=7.68.0-1ubuntu2.14 \ librsvg2-2=2.48.2-1 \ libpango-1.0-0=1.44.7-2ubuntu4; \ apt-get -y --purge autoremove; \