Fix additional library CVEs
[sdc/sdc-docker-base.git] / base_sdc-vnc / Dockerfile
index d24f319..a834498 100644 (file)
@@ -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