Skip to content

Commit

Permalink
Merge pull request #4786 from habitat-sh/elliott/pin_dockerize
Browse files Browse the repository at this point in the history
Pin core/docker to 17.09.9 for cfize and dockerize
  • Loading branch information
elliott-davis authored Mar 20, 2018
2 parents 3a6542e + 3bb9c1f commit fca89d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/pkg-cfize/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkg_description="Habitat Cloud Foundry image exporter"
pkg_upstream_url="https://github.com/habitat-sh/habitat"
pkg_deps=(
core/coreutils core/findutils core/grep core/sed core/gawk core/bash
core/hab-pkg-dockerize core/docker
core/hab-pkg-dockerize core/docker/17.09.0
)
pkg_bin_dirs=(bin)

Expand Down
2 changes: 1 addition & 1 deletion components/pkg-dockerize/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkg_version=$(cat "$PLAN_CONTEXT/../../VERSION")
pkg_maintainer="The Habitat Maintainers <[email protected]>"
pkg_license=('Apache-2.0')
pkg_source=nosuchfile.tar.gz
pkg_deps=(core/coreutils core/findutils core/gawk core/grep core/bash core/docker core/hab-studio)
pkg_deps=(core/coreutils core/findutils core/gawk core/grep core/bash core/docker/17.09.0 core/hab-studio)
pkg_build_deps=()
pkg_bin_dirs=(bin)

Expand Down

0 comments on commit fca89d4

Please sign in to comment.