diff options
author | Tom Duffield <tom@chef.io> | 2016-12-07 17:13:08 -0600 |
---|---|---|
committer | Tom Duffield <tom@chef.io> | 2016-12-07 18:17:50 -0600 |
commit | 6447b6eab87b40ce15545d66b4401caad3a0e94d (patch) | |
tree | 9adb3c6574c40d7401a0b2ad95451c9d082b9cb1 /ci | |
parent | a39d0341fbbe100c1b55167dea1170f3185b5249 (diff) | |
download | chef-6447b6eab87b40ce15545d66b4401caad3a0e94d.tar.gz |
Make sure Dockerfile is kept up to date
The build system passes in the necessary build arguments, buts its
beneficial to have the Dockerfile keep up to date with what the latest
stable version is in case people want to build their own.
Signed-off-by: Tom Duffield <tom@chef.io>
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/version_bump.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/version_bump.sh b/ci/version_bump.sh index f3c345b7f0..5fa6fa4e98 100755 --- a/ci/version_bump.sh +++ b/ci/version_bump.sh @@ -8,5 +8,6 @@ export LANG=en_US.UTF-8 bundle exec rake version:bump bundle exec rake changelog +bundle exec rake update_dockerfile git checkout .bundle/config |