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

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Update bash #17576

merged 1 commit into from
Sep 17, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- tianon/docker-bash@ca69cb1: Update devel to 20240911, commit bc5ddc8698d56df588fd99864a650b834426ccf7
@yosifkit yosifkit requested a review from a team as a code owner September 17, 2024 20:56
Copy link

Diff for bd8c1f0:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 14a24d6..3a8f376 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-20240904, devel, devel-20240904-alpine3.20, devel-alpine3.20
+Tags: devel-20240911, devel, devel-20240911-alpine3.20, devel-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 9da05247782e6a33fba8d5353665d4cfa3d54360
+GitCommit: ca69cb1d9e08ef43b6609d21e873be42d948cead
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index b017218..15eca0f 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-20240904
-bash:devel-20240904-alpine3.20
+bash:devel-20240911
+bash:devel-20240911-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 7f5fdf3..bacf5b7 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 5576c26da8e0ad74048203398acb493c65fd3476
-# track initial line number of `{'', `(', and `[[' compound commands; don't have readline check for signals while it's handling a signal; fix for malformed printf time format specifier
-ENV _BASH_VERSION devel-20240904
+ENV _BASH_COMMIT bc5ddc8698d56df588fd99864a650b834426ccf7
+# `wait -n' notifies on a job it returns; in posix mode, `wait' defers notification on a reaped pid unless the shell is interactive, as posix now specifies
+ENV _BASH_VERSION devel-20240911
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@tianon tianon merged commit 939d42f into docker-library:master Sep 17, 2024
18 checks passed
@tianon tianon deleted the bash branch September 17, 2024 22:30
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