diff --git a/nexus3/Dockerfile b/nexus3/Dockerfile index 182307a..c835f8d 100644 --- a/nexus3/Dockerfile +++ b/nexus3/Dockerfile @@ -56,7 +56,7 @@ ADD solo.json.erb /var/chef/solo.json.erb # Install using chef-solo # Chef version locked to avoid needing to accept the EULA on behalf of whomever builds the image RUN yum install -y --disableplugin=subscription-manager hostname procps \ - && curl -L https://www.getchef.com/chef/install.sh | bash -s -- -v 14.12.9 \ + && curl -L https://www.chef.io/chef/install.sh | bash -s -- -v 14.12.9 \ && /opt/chef/embedded/bin/erb /var/chef/solo.json.erb > /var/chef/solo.json \ && chef-solo \ --recipe-url ${NEXUS_REPOSITORY_MANAGER_COOKBOOK_URL} \