summaryrefslogtreecommitdiffstats
path: root/base_sdc-vnc/Dockerfile
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2018-06-03 18:06:57 +0300
committerMichael Lando <ml636r@att.com>2018-06-03 18:06:57 +0300
commit18cba5cee4111729ab145b0b4c5f741e44b026d8 (patch)
treeb70621185fd7d5e0c0135b38113c25fba1f75e58 /base_sdc-vnc/Dockerfile
parente2eada301c2502a249f2648b903140312d5e36e3 (diff)
Fix additional library CVEs2.0.0-ONAP2.0.0-ONAP
Change-Id: I82aa5c334f365e6ebaf65d88abb79beb96472ef4 Issue-ID: SDC-1310 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'base_sdc-vnc/Dockerfile')
-rw-r--r--base_sdc-vnc/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base_sdc-vnc/Dockerfile b/base_sdc-vnc/Dockerfile
index d24f319..a834498 100644
--- a/base_sdc-vnc/Dockerfile
+++ b/base_sdc-vnc/Dockerfile
@@ -2,7 +2,7 @@ FROM consol/ubuntu-xfce-vnc:1.3.0
USER 0
-RUN apt-get -y update && apt-get -y install curl=7.47.0-1ubuntu2.7
+RUN apt-get -y update && apt-get -y install curl=7.47.0-1ubuntu2.8
# install chef-solo
RUN curl -L https://www.opscode.com/chef/install.sh | bash