Skip to content

Commit 231349b

Browse files
committed
Fix date
1 parent ebeadd3 commit 231349b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
276276

277277
## Versions
278278

279-
* **20.08.22:** - Rebase to alpine 3.17 with php8.1.
279+
* **19.01.23:** - Rebase to alpine 3.17 with php8.1.
280280
* **16.01.23:** - Wrap `.env` values in quotes.
281281
* **05.01.23:** - Fix db password setting (sed escape `&`).
282282
* **21.12.22:** - Update db info in .env file when env vars are updated.

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ app_setup_block: |
104104
105105
# changelog
106106
changelogs:
107-
- { date: "20.08.22:", desc: "Rebase to alpine 3.17 with php8.1." }
107+
- { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
108108
- { date: "16.01.23:", desc: "Wrap `.env` values in quotes." }
109109
- { date: "05.01.23:", desc: "Fix db password setting (sed escape `&`)." }
110110
- { date: "21.12.22:", desc: "Update db info in .env file when env vars are updated." }

0 commit comments

Comments
 (0)