We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a83f66 commit 2bc1722Copy full SHA for 2bc1722
Dockerfile
@@ -1,14 +1,14 @@
1
# -*- conf -*-
2
3
FROM ubuntu:12.04
4
-#TAG 11.1.0
+#TAG 11.1.1
5
MAINTAINER Maciej Pasternacki <[email protected]>
6
7
ENV PATH /opt/chef-server/embedded/sbin:/opt/chef-server/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
8
EXPOSE 80 443
9
VOLUME /var/opt/chef-server
10
11
-ADD https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.1.0-1_amd64.deb /chef-server.deb
+ADD https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.1.1-1_amd64.deb /chef-server.deb
12
RUN dpkg -i /chef-server.deb && rm -v /chef-server.deb
13
14
ADD init.rb /init.rb
0 commit comments