Compare commits

...

4 Commits

Author SHA1 Message Date
chris b80f0665e2
feat(pinafore): v2.6.0 2023-01-09 17:14:32 +01:00
chris e105d17fe8
feat(pinafore): v2.5.0 2022-12-12 00:39:12 +01:00
chris 33cbe031ec
feat(pinafore): v2.4.0 2022-11-28 11:29:15 +01:00
chris 71442f9e00 chore(version): v0.1.0 2022-11-23 03:02:58 +01:00
2 changed files with 23 additions and 1 deletions

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## v0.1.0 - 2022-11-23
#### Features
- **(alpine)** 3.17.0 - (032e0a4) - *chris*
- **(alpine)** 3.16.2 - (e9848b8) - *chris*
- **(apache-php)** initial import - (32eedd6) - *chris*
- **(node)** node 18 - (95b27ab) - *chris*
- **(node)** import nodejs - (ca8b1eb) - *chris*
- **(php)** 8.1 - (c0378c1) - *chris*
- **(pinafore)** bump to 2.3.0 - (f380b8e) - *chris*
- **(pinafore)** import Containerfile - (cbfea0a) - *chris*
#### Miscellaneous Chores
- **(cocogitto)** basic configuration - (f1f6e72) - *chris*
- **(pinafore)** bump source to 2.3.2 - (e885734) - *chris*
- **(pinafore)** bump source to 2.3.1 - (580bede) - *chris*
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View File

@ -1,6 +1,6 @@
FROM reg.zknt.org/zknt/node:18
ENV VERSION v2.3.2
ENV VERSION v2.6.0
RUN set -xe;\
curl -LO https://github.com/nolanlawson/pinafore/archive/${VERSION}.tar.gz &&\