Conversation
Changes: - tianon/docker-bash@f167842: Update to commit 48394b08a7aab1b86bf721b8bb95979824cd8e9f
Diff for 09a5f49:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 17f2a2d..d800623 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -46,7 +46,7 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
GitCommit: bdb65fba59b806a9987f3b8e9d4522d5f4d49a92
Directory: 5.0
-Tags: devel-20200508, devel
+Tags: devel-20200512, devel
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 2c66e0bc2920fc7ea7f4398ea169e1a4da3030da
+GitCommit: f1678429fe4f9547d0ea426bb59f46a5e05a8b73
Directory: devel
diff --git a/_bashbrew-list b/_bashbrew-list
index 7dc9064..57aceaf 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -20,5 +20,5 @@ bash:5
bash:5.0
bash:5.0.17
bash:devel
-bash:devel-20200508
+bash:devel-20200512
bash:latest
diff --git a/bash_devel/Dockerfile b/bash_devel/Dockerfile
index dfeb824..8415d67 100644
--- a/bash_devel/Dockerfile
+++ b/bash_devel/Dockerfile
@@ -1,8 +1,8 @@
FROM alpine:3.11
# https://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel
-ENV _BASH_COMMIT fdbb7e848173725dfd4221d39cf72c64d79e1f09
-ENV _BASH_COMMIT_DESC commit bash-20200508 snapshot
+ENV _BASH_COMMIT 48394b08a7aab1b86bf721b8bb95979824cd8e9f
+ENV _BASH_COMMIT_DESC commit bash-20200512 snapshot
# prefixed with "_" since "$BASH..." have meaning in Bash parlance
RUN set -eux; \ |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: