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