From ca69cb1d9e08ef43b6609d21e873be42d948cead Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 16 Sep 2024 21:18:09 -0700 Subject: [PATCH] Update devel to 20240911, commit bc5ddc8698d56df588fd99864a650b834426ccf7 --- devel/Dockerfile | 6 +++--- versions.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/Dockerfile b/devel/Dockerfile index 7f5fdf3..bacf5b7 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 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; \ diff --git a/versions.json b/versions.json index 0a2fdba..26638d9 100644 --- a/versions.json +++ b/versions.json @@ -145,9 +145,9 @@ "version": "3.20" }, "commit": { - "description": "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", - "version": "5576c26da8e0ad74048203398acb493c65fd3476" + "description": "`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", + "version": "bc5ddc8698d56df588fd99864a650b834426ccf7" }, - "version": "20240904" + "version": "20240911" } }