summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-29 11:16:02 -0700
committerGitHub <noreply@github.com>2020-07-29 11:16:02 -0700
commit6c6f02f5599e97756f913039dec5602ce4e35095 (patch)
tree5e9cbd880a8af279e749101193a56eb4ef211c86 /Dockerfile
parent1138f928920b08857823c1b37206cf359005b71f (diff)
parentaea681173ed4f8d00b187ca33d933212b273ef38 (diff)
downloadchef-6c6f02f5599e97756f913039dec5602ce4e35095.tar.gz
Merge branch 'master' into nkierpiec/add-dobi
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 4312b9d94e..5d2610093d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -18,7 +18,7 @@ FROM busybox
LABEL maintainer="Chef Software, Inc. <docker@chef.io>"
ARG CHANNEL=stable
-ARG VERSION=16.3.38
+ARG VERSION=16.3.45
RUN wget "http://packages.chef.io/files/${CHANNEL}/chef/${VERSION}/el/6/chef-${VERSION}-1.el6.x86_64.rpm" -O /tmp/chef-client.rpm && \
rpm2cpio /tmp/chef-client.rpm | cpio -idmv && \