From 9ce88ebcbe4250477c0164664ea8dac6fcc8c84d Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Wed, 12 Jun 2024 09:29:41 -0400 Subject: [PATCH] Update ghostfire to version 5.84.2 --- .env | 2 +- v5/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 3bc0ee85..77f5d86e 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ APP_NAME="ghostfire" GITHUB_USER="firepress-org" -APP_VERSION="5.82.11" +APP_VERSION="5.84.2" ### function options CFG_USE_GPG_SIGNATURE="false" diff --git a/v5/Dockerfile b/v5/Dockerfile index 9a6e8a21..a38d316d 100755 --- a/v5/Dockerfile +++ b/v5/Dockerfile @@ -3,7 +3,7 @@ # These ARG are required during the Github Actions CI # ---------------------------------------------- ARG APP_NAME="ghostfire" -ARG VERSION="5.82.11" +ARG VERSION="5.84.2" ARG GITHUB_USER="firepress-org" ARG DEFAULT_BRANCH="master"