Skip to content

Commit

Permalink
build(deps): bump docker-library/bashbrew from 0.1.8 to 0.1.12 (#516)
Browse files Browse the repository at this point in the history
* build(deps): bump docker-library/bashbrew from 0.1.8 to 0.1.12

Bumps [docker-library/bashbrew](https://github.com/docker-library/bashbrew) from 0.1.8 to 0.1.12.
- [Release notes](https://github.com/docker-library/bashbrew/releases)
- [Changelog](https://github.com/docker-library/bashbrew/blob/master/Dockerfile.release)
- [Commits](docker-library/bashbrew@7e160dc...d23b943)

---
updated-dependencies:
- dependency-name: docker-library/bashbrew
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* add bashbrew specific logic

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: George Adams <[email protected]>
  • Loading branch information
dependabot[bot] and gdams authored Mar 13, 2024
1 parent d8d2159 commit 19e56fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: docker-library/bashbrew@7e160dca3123caecf32c33ba31821dd2aa3716cd # v0.1.8
- uses: docker-library/bashbrew@d23b94357ef16d21a8d14578d5338152e4460c91 # v0.1.12
- id: generate-jobs
name: Generate Jobs
run: |
Expand Down
2 changes: 2 additions & 0 deletions dockerhub_doc_config_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ print_official_header() {
print_official_text " Stewart Addison <[email protected]> (@sxa)"
print_official_text "GitRepo: https://github.com/adoptium/containers.git"
print_official_text "GitFetch: refs/heads/main"
print_official_text "Builder: buildkit"
}

function generate_official_image_tags() {
Expand Down Expand Up @@ -175,6 +176,7 @@ function print_official_image_file() {
echo "GitCommit: ${commit}"
echo "Directory: ${dfdir}"
if [ $os == "windows" ]; then
echo "Builder: classic"
echo "Constraints: ${constraints}"
fi
echo ""
Expand Down

0 comments on commit 19e56fc

Please sign in to comment.