summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-06 22:32:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-06 22:32:47 +0000
commit419a887df6ec785cf795b289211cb40a832fa5f1 (patch)
tree46cad0470206a3e1ed9b002711785355b7d12b9f /Dockerfile
parentb0b24216c416dc7534a129e343a7821ff763e561 (diff)
downloadchef-419a887df6ec785cf795b289211cb40a832fa5f1.tar.gz
Update CHANGELOG.md to reflect the promotion of 15.15.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1eebaf007c..488d5805b4 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.14.0
+ARG VERSION=15.15.0
# Allow the build arg below to be controlled by either build arguments
ENV VERSION ${EXPEDITOR_VERSION:-${VERSION}}