We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daf760c commit dfb58fdCopy full SHA for dfb58fd
devel/Dockerfile
@@ -1,8 +1,8 @@
1
FROM alpine:3.11
2
3
# https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel
4
-ENV _BASH_COMMIT 69333f10bbd56ba9f93c87d939569aa12d9b24f1
5
-ENV _BASH_COMMIT_DESC commit bash-20200424 snapshot
+ENV _BASH_COMMIT c6c7ae81bb0db03acb1085ac4692934856bf7302
+ENV _BASH_COMMIT_DESC commit bash-20200427 snapshot
6
# prefixed with "_" since "$BASH..." have meaning in Bash parlance
7
8
RUN set -eux; \
0 commit comments