-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CHANGELOG.md to reflect the promotion of 24.8.1068
Obvious fix; these changes are the result of automation not creative thinking.
- Loading branch information
Showing
2 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ FROM ubuntu:22.04 | |
LABEL maintainer="Chef Software, Inc. <[email protected]>" | ||
|
||
ARG CHANNEL=stable | ||
ARG VERSION=24.6.1066 | ||
ARG VERSION=24.8.1068 | ||
ENV DEBIAN_FRONTEND=noninteractive \ | ||
GEM_HOME=/root/.chefdk/gem/ruby/3.0.0 \ | ||
PATH=/opt/chef-workstation/bin:/opt/chef-workstation/embedded/bin:/root/.chefdk/gem/ruby/3.0.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | ||
|