diff --git a/devel/Dockerfile b/devel/Dockerfile index a2d58f8..d0d575c 100644 --- a/devel/Dockerfile +++ b/devel/Dockerfile @@ -7,9 +7,9 @@ FROM alpine:3.19 # https://git.savannah.gnu.org/cgit/bash.git/log/?h=devel -ENV _BASH_COMMIT e6795c05dd877334832568a7145f0587ad3901e0 -# fix coproc code to close previous coproc file descriptors if another one is created; start at setting additional coproc states; change release status to bash-5.3-alpha -ENV _BASH_VERSION devel-20240406 +ENV _BASH_COMMIT a06616a689a239e0ade2c08ae78fd114d2324c5a +# fix recogniation of IN token in for command nested within case command +ENV _BASH_VERSION devel-20240415 # prefixed with "_" since "$BASH..." have meaning in Bash parlance RUN set -eux; \ diff --git a/versions.json b/versions.json index 4edb6f9..52fc497 100644 --- a/versions.json +++ b/versions.json @@ -140,9 +140,9 @@ "version": "3.19" }, "commit": { - "description": "fix coproc code to close previous coproc file descriptors if another one is created; start at setting additional coproc states; change release status to bash-5.3-alpha", - "version": "e6795c05dd877334832568a7145f0587ad3901e0" + "description": "fix recogniation of IN token in for command nested within case command", + "version": "a06616a689a239e0ade2c08ae78fd114d2324c5a" }, - "version": "20240406" + "version": "20240415" } }