Releases: at-cloud-pro/caddy-php-image
v5.0.0
What's Changed
- Bump PHP to 8.4 and Alpine to 3.23 by @oskarbarcz in #16
Full Changelog: 4.0.0...5.0.0
v4.0.0
Changed
- use alpine image to use much less space
v3.0.0
Changed
- update PHP image to version 8.3
Major release details
Updating to v3.0.0
This version is a major release, as it changes repository owner to public organization. This is a breaking change, as
you need to change your Dockerfile to use new image name. Please update your Dockerfile to use new image name:
FROM ghcr.io/at-cloud-pro/caddy-php:3.0.0If your app was running stable on version ghcr.io/at-cloud-pro/caddy-php:2.3.0 this update is non-breaking in terms of
functionality, but it's recommended to update your Dockerfile to use new image name and follow new updates.
PHP updates, Caddy updates and other updates will be released in this repository from now.
Security updates will be released in both repositories for one year - until 2024-12-03.
Previous versions
This image was moved to AT Cloud organization at 2023-12-03. All previous versions are available in previous repository,
with tag:
FROM ghcr.io/archi-tektur/caddy-php:2.3.0v2.4.0
Changed
- update PHP image to version 8.3
v2.3.0
- install and enable php apcu extension
v2.2.0
v2.1.0
Release v2.0.0
What's Changed
- Replace base image with MacOS compatible by @archi-tektur in #9
Full Changelog: 1.2.0...2.0.0
Release v1.2.0
Merge branch 'feature/improve-image-scaling' (#8)
Release v.1.1.0
Update Caddyfile syntax & clear image for development (#6) * Bump package version * Improve general performance and clear leftovers * Change docker login to external command in CI * Update changelog * Fix typo in GH Workflow * fix * change typo in git user * Update caddyfile config syntax * Add minor update with caddyfile config * update changelog * Add information about changelog in README.md