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

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Update bash #17236

merged 1 commit into from
Jul 24, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 23, 2024

Changes:

Changes:

- tianon/docker-bash@0c9b183: Update devel to 20240718, commit 6c703092759ace29263ea96374e18412c59acc7f
@tianon tianon requested a review from a team as a code owner July 23, 2024 17:18
Copy link

Diff for 4a22856:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 914d87b..aa9e1dc 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-20240711, devel, devel-20240711-alpine3.20, devel-alpine3.20
+Tags: devel-20240718, devel, devel-20240718-alpine3.20, devel-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 8f3e43fabdd7d92ecf33881c7cc69a5b847d096b
+GitCommit: 0c9b183a6cb6331ab23e88c0b9b313c164305e35
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 95fba0d..b5f843d 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-20240711
-bash:devel-20240711-alpine3.20
+bash:devel-20240718
+bash:devel-20240718-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 baf14c3..ccaefd1 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 d3e86e66ce857a8dc02e3116fd98b6e5b34d6364
-# reap and store status of process substitutions even when there are no jobs; fix issue with optimizing shell functions that set RETURN trap; fix issue with procsubs and eval allowing '<file'; fix for fignore and ignorning completions
-ENV _BASH_VERSION devel-20240711
+ENV _BASH_COMMIT 6c703092759ace29263ea96374e18412c59acc7f
+# job control cleanups; wait -n can return terminated jobs if supplied pid arguments; wait -n can wait for process substitutions if supplied pid arguments
+ENV _BASH_VERSION devel-20240718
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 754df96 into docker-library:master Jul 24, 2024
18 checks passed
@yosifkit yosifkit deleted the bash branch July 24, 2024 00:12
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.

4 participants