From 2ff57ce81fce1929e9734f4216d0cb677c826677 Mon Sep 17 00:00:00 2001 From: bfren Date: Thu, 26 Aug 2021 17:15:45 +0100 Subject: [PATCH] v1.0.7 (#8) Major updates * Using latest base image Platform updates * Adding FUNDING.yml --- .github/FUNDING.yml | 4 ++++ Dockerfile | 2 +- VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..912a65c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: bfren +patreon: bfren diff --git a/Dockerfile b/Dockerfile index 0ae1a8d..730d043 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM bfren/nginx-php:php7.4-2.2.6 +FROM bfren/nginx-php:php7.4-2.2.7 ENV \ # set to the application's external URL diff --git a/VERSION b/VERSION index ece61c6..f9cbc01 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.6 \ No newline at end of file +1.0.7 \ No newline at end of file