From a1c5bcee1224716ca7aae52b2c5927baf3c04433 Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Fri, 5 Jan 2024 10:46:23 -0500 Subject: [PATCH] Update ghostfire to version 5.75.3 --- .env | 2 +- v5/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 02941fca..6b9967fc 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ APP_NAME="ghostfire" GITHUB_USER="firepress-org" -APP_VERSION="5.75.2" +APP_VERSION="5.75.3" ### function options CFG_USE_GPG_SIGNATURE="true" diff --git a/v5/Dockerfile b/v5/Dockerfile index 2fadd088..c731b9df 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.75.2" +ARG VERSION="5.75.3" ARG GITHUB_USER="firepress-org" ARG DEFAULT_BRANCH="master"