Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bash #18011

Merged
merged 1 commit into from
Dec 3, 2024
Merged

Update bash #18011

merged 1 commit into from
Dec 3, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 3, 2024

Changes:

Changes:

- tianon/docker-bash@81712e4: Update devel to 20241126, commit 49c2670226b045746d66765b23af37c1c7ba5597
- tianon/docker-bash@26d2cd6: Merge pull request tianon/docker-bash#41 from self-five/better-devel
- tianon/docker-bash@c29c640: Use cgit atom feed to find devel commit
@tianon tianon requested a review from a team as a code owner December 3, 2024 19:10
Copy link

github-actions bot commented Dec 3, 2024

Diff for 6608b65:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f25418a..a1aacc8 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -61,7 +61,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitCommit: f487bffdced60fba425283c84317e6492488a252
 Directory: 5.3-rc
 
-Tags: devel-20241121, devel, devel-20241121-alpine3.20, devel-alpine3.20
+Tags: devel-20241126, devel, devel-20241126-alpine3.20, devel-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 7025dbffb8c5052bb78ff42ba824fda1deb2b015
+GitCommit: 81712e450fb2dc6ef3683919519b6078492ab653
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 9d3686e..5bf9dd1 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -54,8 +54,8 @@ bash:5.3-rc
 bash:5.3-rc-alpine3.20
 bash:alpine3.20
 bash:devel
-bash:devel-20241121
-bash:devel-20241121-alpine3.20
+bash:devel-20241126
+bash:devel-20241126-alpine3.20
 bash:devel-alpine3.20
 bash:latest
 bash:rc
diff --git a/bash_devel-alpine3.20/Dockerfile b/bash_devel-alpine3.20/Dockerfile
index a6c1d78..86c02ac 100644
--- a/bash_devel-alpine3.20/Dockerfile
+++ b/bash_devel-alpine3.20/Dockerfile
@@ -7,9 +7,9 @@
 FROM alpine:3.20
 
 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
-ENV _BASH_COMMIT 22417e78816237ae66f2da661567dfe5ed3452a1
-# new readline command `export-completions'; update documentation; update translations with new strings; Makefile updates
-ENV _BASH_VERSION devel-20241121
+ENV _BASH_COMMIT 49c2670226b045746d66765b23af37c1c7ba5597
+# add warning message for null arg to printf %d; update command -v help string; Makefile updates to uninstall directories
+ENV _BASH_VERSION devel-20241126
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 69828a9 into docker-library:master Dec 3, 2024
18 checks passed
@yosifkit yosifkit deleted the bash branch December 3, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants