diff --git a/devel/Dockerfile b/devel/Dockerfile index 420e35e..8a75019 100644 --- a/devel/Dockerfile +++ b/devel/Dockerfile @@ -7,9 +7,9 @@ FROM alpine:3.20 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel -ENV _BASH_COMMIT 5e28a1813ce7d08628c8df584ea36515091c6d9b -# size_t changes for multibyte characters; fix for running debug trap in asynchronous pipeline; remove support for precomputed cache files for cross-compiling; more size_t and ssize_t changes to avoid overflow -ENV _BASH_VERSION devel-20240628 +ENV _BASH_COMMIT a91b8b077300b0a2a7daefe02f0363f9116e00d5 +# doc changes for --rcfile; fix isearch undo list incompatibility with bash-5.2; non-inc search preserves undo lists in history entries +ENV _BASH_VERSION devel-20240706 # prefixed with "_" since "$BASH..." have meaning in Bash parlance RUN set -eux; \ diff --git a/versions.json b/versions.json index a2e4e31..8e95efa 100644 --- a/versions.json +++ b/versions.json @@ -146,9 +146,9 @@ "version": "3.20" }, "commit": { - "description": "size_t changes for multibyte characters; fix for running debug trap in asynchronous pipeline; remove support for precomputed cache files for cross-compiling; more size_t and ssize_t changes to avoid overflow", - "version": "5e28a1813ce7d08628c8df584ea36515091c6d9b" + "description": "doc changes for --rcfile; fix isearch undo list incompatibility with bash-5.2; non-inc search preserves undo lists in history entries", + "version": "a91b8b077300b0a2a7daefe02f0363f9116e00d5" }, - "version": "20240628" + "version": "20240706" } }