diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-15 20:10:03 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-15 20:10:03 +0000 |
commit | eba5e508378bee322d3501adcd501992dcd8f98e (patch) | |
tree | f07af008584c43c24d649c3b400b3a51fbf9c1a4 /Dockerfile | |
parent | d4696566020fc36cee476d4983fc843b12d037eb (diff) | |
download | chef-eba5e508378bee322d3501adcd501992dcd8f98e.tar.gz |
Update CHANGELOG.md to reflect the promotion of 15.4.45
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 cb219fc1e3..56b1c3e847 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.3.14 +ARG VERSION=15.4.45 # Allow the build arg below to be controlled by either build arguments ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}} |