Skip to content

Commit 2bc1722

Browse files
committed
chef-server 11.1.1
1 parent 3a83f66 commit 2bc1722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# -*- conf -*-
22

33
FROM ubuntu:12.04
4-
#TAG 11.1.0
4+
#TAG 11.1.1
55
MAINTAINER Maciej Pasternacki <[email protected]>
66

77
ENV PATH /opt/chef-server/embedded/sbin:/opt/chef-server/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
88
EXPOSE 80 443
99
VOLUME /var/opt/chef-server
1010

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
11+
ADD https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chef-server_11.1.1-1_amd64.deb /chef-server.deb
1212
RUN dpkg -i /chef-server.deb && rm -v /chef-server.deb
1313

1414
ADD init.rb /init.rb

0 commit comments

Comments
 (0)