summaryrefslogtreecommitdiffstats
path: root/base_sdc-vnc/Dockerfile
diff options
context:
space:
mode:
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