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 #17727

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Update bash #17727

merged 1 commit into from
Oct 16, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Oct 15, 2024

Changes:

Changes:

- tianon/docker-bash@605dec0: Update devel to 20241012, commit 5edfaa45e791bbb2bf6c9342e13e5e364ff87bad
@tianon tianon requested a review from a team as a code owner October 15, 2024 18:54
Copy link

Diff for b30034e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 552239a..d492228 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-20240927, devel, devel-20240927-alpine3.20, devel-alpine3.20
+Tags: devel-20241012, devel, devel-20241012-alpine3.20, devel-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: bea8b4f361686231e11d5f4e7dd61b83e52391cd
+GitCommit: 605dec0095eade51e181fc7e9e5c0ff4bca0f39c
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index de48e38..f4cfcf0 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-20240927
-bash:devel-20240927-alpine3.20
+bash:devel-20241012
+bash:devel-20241012-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 f9c0d28..449d4d5 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 254081c09767738833cdf161b4bc3feb1a51690a
-# fix for set -e and compound commands inverting return status; tty fix for `fg' from a key binding; posix mode `wait -n' can return notified jobs; off-by-one error in history word tokenization; new configure option to set bash_source_fullpath
-ENV _BASH_VERSION devel-20240927
+ENV _BASH_COMMIT 5edfaa45e791bbb2bf6c9342e13e5e364ff87bad
+# third set of documentation updates: readline and history
+ENV _BASH_VERSION devel-20241012
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 65d2a67 into docker-library:master Oct 16, 2024
18 checks passed
@yosifkit yosifkit deleted the bash branch October 16, 2024 00:04
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