From f99578537388133d41cc9eaeea2080088205bfb1 Mon Sep 17 00:00:00 2001 From: Pascal Andy Date: Sat, 12 Oct 2024 14:03:36 -0400 Subject: [PATCH] Update ghostfire to version 5.94.2 --- .env | 2 +- v5/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index e7715911..ed1763a4 100644 --- a/.env +++ b/.env @@ -3,7 +3,7 @@ APP_NAME="ghostfire" GITHUB_USER="firepress-org" -APP_VERSION="5.93.0" +APP_VERSION="5.94.2" ### function options CFG_USE_GPG_SIGNATURE="false" diff --git a/v5/Dockerfile b/v5/Dockerfile index eac0c67a..c5aee448 100755 --- a/v5/Dockerfile +++ b/v5/Dockerfile @@ -4,7 +4,7 @@ # 1a) ENV variables (core for all our projects at FirePress) # ---------------------------------------------- ARG APP_NAME="ghostfire" -ARG VERSION="5.93.0" +ARG VERSION="5.94.2" ARG GITHUB_USER="firepress-org" ARG DEFAULT_BRANCH="master"