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

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Update bash #17052

merged 1 commit into from
Jun 25, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- tianon/docker-bash@0684c24: Update devel to 20240621, commit ad1f497a8477df4f3387adfb6a0f465980d2a292
@yosifkit yosifkit requested a review from a team as a code owner June 25, 2024 16:02
Copy link

Diff for e574a8e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index fe79f8f..448ac48 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-20240604, devel, devel-20240604-alpine3.20, devel-alpine3.20
+Tags: devel-20240621, devel, devel-20240621-alpine3.20, devel-alpine3.20
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 91fe98e6c77eceec9152efa61a712be70e7e1637
+GitCommit: 0684c245b36df3eabfd45195aed2acb0616567c6
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index ffa3d5e..ee194bd 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-20240604
-bash:devel-20240604-alpine3.20
+bash:devel-20240621
+bash:devel-20240621-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 5eecf28..e08c7a2 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 dbb48b978671394bcb33c9f34656a9aadf40a318
-# avoid storing extra copy of function bodies; fix some minor memory leaks
-ENV _BASH_VERSION devel-20240604
+ENV _BASH_COMMIT ad1f497a8477df4f3387adfb6a0f465980d2a292
+# use name as GLOBSORT secondary sort key; new GLOBSORT sort specifier: `numeric'; let readonly and export work on local variables at previous scopes for both array and scalar variables
+ENV _BASH_VERSION devel-20240621
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@tianon tianon merged commit d15ada7 into docker-library:master Jun 25, 2024
18 checks passed
@tianon tianon deleted the bash branch June 25, 2024 22:09
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