From 9f87ce617d0363958d4f3b18aceaed75b448c9b9 Mon Sep 17 00:00:00 2001 From: chasegawa Date: Mon, 31 Oct 2022 15:37:32 -0700 Subject: [PATCH 1/2] release 1.14.0 --- bootstrapfiles/shibui-1.14.0.war.sha256sum | 1 + 1 file changed, 1 insertion(+) create mode 100644 bootstrapfiles/shibui-1.14.0.war.sha256sum diff --git a/bootstrapfiles/shibui-1.14.0.war.sha256sum b/bootstrapfiles/shibui-1.14.0.war.sha256sum new file mode 100644 index 0000000..a598b46 --- /dev/null +++ b/bootstrapfiles/shibui-1.14.0.war.sha256sum @@ -0,0 +1 @@ +d4fd496c8748c0a8a0123e44cbefbf2d7b9290627c0e0f5e7e1b63033e6c4f57 shibui-1.14.0.war From 601db1d75dd678dde122a2bc734639621003825c Mon Sep 17 00:00:00 2001 From: chasegawa Date: Mon, 31 Oct 2022 15:38:40 -0700 Subject: [PATCH 2/2] 1.14.0 release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2e179ad..73f3a74 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.7 as bootstrap -ARG version=1.13.2 +ARG version=1.14.0 COPY bootstrapfiles/shibui-${version}.war.sha256sum .