From 8f5bcdb2f44cb552d30468c504dc482cc95615ca Mon Sep 17 00:00:00 2001 From: Paul Greenberg Date: Sat, 7 May 2022 16:25:22 -0400 Subject: [PATCH] released v1.1.6 --- 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 c7a12ab..6c6286d 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 314c3d7..ab67981 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.5 \ No newline at end of file +1.1.6 \ No newline at end of file diff --git a/assets/docker/authp/Dockerfile b/assets/docker/authp/Dockerfile index 9cb12fd..448b8c8 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.5 \ + --with github.com/greenpau/caddy-security@v1.1.6 \ --with github.com/greenpau/caddy-trace \ --with github.com/caddy-dns/cloudflare