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

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Update bash #15437

merged 1 commit into from
Sep 26, 2023

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- tianon/docker-bash@2fddd16: Update devel to 20230925, commit b3958b3ab44054a42f16bbc9ff9bc162eaf783b1
@github-actions
Copy link

Diff for 67c7549:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8b9534f..b601bdf 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -56,7 +56,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: fa56f3014aa4901e889d12910a711d1adc0fc6a6
 Directory: 5.2
 
-Tags: devel-20230913, devel, devel-20230913-alpine3.18, devel-alpine3.18
+Tags: devel-20230925, devel, devel-20230925-alpine3.18, devel-alpine3.18
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e8d2e168e0ae7eea96f16125a2e5f44040b97b58
+GitCommit: 2fddd16e7f1a4b7fc90f9d29aa551c57d2d46dfa
 Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 17202f0..def94da 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -50,7 +50,7 @@ bash:5.2.15
 bash:5.2.15-alpine3.18
 bash:alpine3.18
 bash:devel
-bash:devel-20230913
-bash:devel-20230913-alpine3.18
+bash:devel-20230925
+bash:devel-20230925-alpine3.18
 bash:devel-alpine3.18
 bash:latest
diff --git a/bash_devel-alpine3.18/Dockerfile b/bash_devel-alpine3.18/Dockerfile
index 8a6d618..98d42e0 100644
--- a/bash_devel-alpine3.18/Dockerfile
+++ b/bash_devel-alpine3.18/Dockerfile
@@ -7,9 +7,9 @@
 FROM alpine:3.18
 
 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel
-ENV _BASH_COMMIT 94bce520e8ab78262fcf693b685070779e4185b7
-# more error checking for hash builtin; fix for [[ builtin and some test syntax errors
-ENV _BASH_VERSION devel-20230913
+ENV _BASH_COMMIT b3958b3ab44054a42f16bbc9ff9bc162eaf783b1
+# a select command invalid selection variable name is now a fatal error in posix mode; many test suite additions
+ENV _BASH_VERSION devel-20230925
 # prefixed with "_" since "$BASH..." have meaning in Bash parlance
 
 RUN set -eux; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 42b2abb into docker-library:master Sep 26, 2023
@yosifkit yosifkit deleted the bash branch September 26, 2023 23:55
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.

2 participants