From 898620cbea5ecb20f3fcf510047dafc14a8dc4bc Mon Sep 17 00:00:00 2001 From: beierlm Date: Tue, 6 Apr 2021 20:05:30 -0400 Subject: [PATCH] Updating to latest Curl and NodeJS had security patches released Change-Id: I4ecd0f921457c2b215768ef81515c304c91780f6 Signed-off-by: beierlm --- docker/MON/Dockerfile | 2 +- docker/NG-UI/Dockerfile | 2 +- docker/POL/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/MON/Dockerfile b/docker/MON/Dockerfile index c25e6d2b..1f6ecf4d 100644 --- a/docker/MON/Dockerfile +++ b/docker/MON/Dockerfile @@ -24,7 +24,7 @@ FROM ubuntu:20.04 as INSTALL RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - curl=7.68.0-1ubuntu2.4 \ + curl=7.68.0-1ubuntu2.5 \ gcc=4:9.3.0-1ubuntu2 \ python3=3.8.2-0ubuntu2 \ python3-setuptools=45.2.0-1 \ diff --git a/docker/NG-UI/Dockerfile b/docker/NG-UI/Dockerfile index 17416478..24ffe1ca 100644 --- a/docker/NG-UI/Dockerfile +++ b/docker/NG-UI/Dockerfile @@ -27,7 +27,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ RUN curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && \ echo "deb https://deb.nodesource.com/node_10.x xenial main" | tee -a /etc/apt/sources.list.d/nodesource.list && \ apt-get update && \ - apt-get install -y nodejs=10.24.0-1nodesource1 + apt-get install -y nodejs=10.24.1-1nodesource1 ARG OSM_NGUI_URL diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile index 0c25583f..d6f460ba 100644 --- a/docker/POL/Dockerfile +++ b/docker/POL/Dockerfile @@ -24,7 +24,7 @@ FROM ubuntu:20.04 as INSTALL RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - curl=7.68.0-1ubuntu2.4 \ + curl=7.68.0-1ubuntu2.5 \ gcc=4:9.3.0-1ubuntu2 \ python3=3.8.2-0ubuntu2 \ python3-setuptools=45.2.0-1 \ -- 2.17.1