From d74d4bd062f87e3cd3f493744658e1261464fea3 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Mon, 17 Oct 2022 09:22:55 +0200 Subject: [PATCH] docker file fix, version bump --- CHANGELOG.md | 3 +++ Dockerfile | 3 ++- dist/index.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77aef2a..0b6e045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Upcoming... +## 7.8.7 - 2022-10-17 +* Dockerfile fix + ## 7.8.6 - 2022-10-17 * Estonian translation added, thanks @ihvz * CI pipeline fix diff --git a/Dockerfile b/Dockerfile index 73b3299..6748400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,8 @@ RUN npm run build RUN vendor/bin/phpunit RUN npm run lint #RUN npm run e2e -RUN rm -rf node_modules frontend tests docs .git* +RUN rm -rf node_modules frontend tests docs .git .github +RUN rm README.md couscous.yml repository/.gitignore babel.config.js cypress* .env* .eslint* .gitignore jest.* .php_cs* phpunit* postcss* vue* ################################# # stage production diff --git a/dist/index.php b/dist/index.php index dde893f..cfc5f51 100644 --- a/dist/index.php +++ b/dist/index.php @@ -41,7 +41,7 @@ if (! defined('APP_PUBLIC_PATH')) { } define('APP_PUBLIC_DIR', __DIR__); -define('APP_VERSION', '7.8.6'); +define('APP_VERSION', '7.8.7'); use Filegator\App; use Filegator\Config\Config;