From 2d1273719877d5edeef73f4d7ed192ee47f63dd4 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Thu, 19 Jan 2023 20:37:30 -0600 Subject: [PATCH] Fix date --- README.md | 2 +- readme-vars.yml | 2 +- root/etc/s6-overlay/s6-rc.d/init-cops-config/run | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 root/etc/s6-overlay/s6-rc.d/init-cops-config/run diff --git a/README.md b/README.md index 761a769..dece157 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **20.08.22:** - Rebase to alpine 3.17 with php8.1. +* **19.01.23:** - Rebase to alpine 3.17 with php8.1. * **20.08.22:** - Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base)). * **22.11.20:** - Pin composer version to 1.10.17. * **01.06.20:** - Rebasing to alpine 3.12. diff --git a/readme-vars.yml b/readme-vars.yml index 361e3d6..102db9b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -84,7 +84,7 @@ app_setup_block: | # changelog changelogs: - - { date: "20.08.22:", desc: "Rebase to alpine 3.17 with php8.1." } + - { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." } - { date: "20.08.22:", desc: "Rebasing to alpine 3.15 with php8. Restructure nginx configs ([see changes announcement](https://info.linuxserver.io/issues/2022-08-20-nginx-base))." } - { date: "22.11.20:", desc: "Pin composer version to 1.10.17." } - { date: "01.06.20:", desc: "Rebasing to alpine 3.12." } diff --git a/root/etc/s6-overlay/s6-rc.d/init-cops-config/run b/root/etc/s6-overlay/s6-rc.d/init-cops-config/run old mode 100644 new mode 100755