diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-15 19:56:20 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-15 19:56:20 +0000 |
commit | a846c6ae160829ff9dd46d9e61137d624e729ea0 (patch) | |
tree | f15b9b6de3d2c6684f617377798c1b8d07f1c6dd /Dockerfile | |
parent | 1c37e1a1963bb55765e582b414d4af7d58ed18fe (diff) | |
download | chef-a846c6ae160829ff9dd46d9e61137d624e729ea0.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.5.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 56b1c3e847..238686f033 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ LABEL maintainer="Chef Software, Inc. <docker@chef.io>" ARG EXPEDITOR_CHANNEL ARG CHANNEL=stable ARG EXPEDITOR_VERSION -ARG VERSION=15.4.45 +ARG VERSION=15.5.9 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |