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 388be2a commit fd17246Copy full SHA for fd17246
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 7910c04f143976600f0699f606818b38fe25b55e
5
-ENV _BASH_COMMIT_DESC commit bash-20200422 snapshot
+ENV _BASH_COMMIT 69333f10bbd56ba9f93c87d939569aa12d9b24f1
+ENV _BASH_COMMIT_DESC commit bash-20200424 snapshot
6
# prefixed with "_" since "$BASH..." have meaning in Bash parlance
7
8
RUN set -eux; \
0 commit comments