From 77fa4b84a061852a505dd665ff75090c3d5e24e5 Mon Sep 17 00:00:00 2001
From: Mike Grady <mgrady@unicon.net>
Date: Thu, 28 Feb 2019 16:35:30 -0600
Subject: [PATCH] Update for v1.5.0

---
 Dockerfile                                | 2 +-
 bootstrapfiles/shibui-1.5.0.jar.sha256sum | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 bootstrapfiles/shibui-1.5.0.jar.sha256sum

diff --git a/Dockerfile b/Dockerfile
index a901ed9..30a9ad6 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.7 as bootstrap
 
-ARG version=1.4.1
+ARG version=1.5.0
 
 COPY bootstrapfiles/shibui-${version}.jar.sha256sum .
 
diff --git a/bootstrapfiles/shibui-1.5.0.jar.sha256sum b/bootstrapfiles/shibui-1.5.0.jar.sha256sum
new file mode 100644
index 0000000..84abb2c
--- /dev/null
+++ b/bootstrapfiles/shibui-1.5.0.jar.sha256sum
@@ -0,0 +1 @@
+6a9038aa0652f3f8c29e4d3ee2f3165519953994d2aa006e142c4ab6206b025e  shibui-1.5.0.jar
\ No newline at end of file