From 2944f71dd2a5d30a7efc5fe92d40fcf6c905d20b Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Sat, 23 Apr 2022 22:01:57 -0400 Subject: [PATCH] released v1.1.5 --- README.md | 4 ++-- VERSION | 2 +- assets/docker/authp/Dockerfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb565cb..c7a12ab 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ The configuration happens in `Caddyfile`'s * **Caddy Authorize: Authorizing HTTP Requests**: [Video](https://www.youtube.com/watch?v=Mxbjfv47YiQ&t=1s&vq=hd1080) Download Caddy with the plugins enabled: -* windows/amd64 -* linux/amd64 +* windows/amd64 +* linux/amd64 ### Credentials diff --git a/VERSION b/VERSION index 1b87bcd..314c3d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 \ No newline at end of file +1.1.5 \ No newline at end of file diff --git a/assets/docker/authp/Dockerfile b/assets/docker/authp/Dockerfile index 074e967..9cb12fd 100644 --- a/assets/docker/authp/Dockerfile +++ b/assets/docker/authp/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.version=1.0.1 LABEL maintainer="greenpau" RUN xcaddy build \ - --with github.com/greenpau/caddy-security@v1.1.4 \ + --with github.com/greenpau/caddy-security@v1.1.5 \ --with github.com/greenpau/caddy-trace \ --with github.com/caddy-dns/cloudflare