Skip to content

Tags: serversideup/docker-php

Tags

v4.4.1

Toggle v4.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update FRANKENPHP_VERSION to 1.12.3 in Dockerfile (#677)

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 4.4: NGINX upgrade and security improvements (#676)

* Update nginx version for Alpine and Debian configurations in php-versions-base-config.yml

- Changed nginx version from 1.28.3 to 1.30.1 for Alpine 3.21, 3.22, and 3.23.
- Updated nginx version from 1.28.3-1 to 1.30.1-1 for Debian Bullseye, Bookworm, and Trixie.
- These updates ensure compatibility with the latest nginx features and security improvements.

* Enhance security policy and documentation updates

- Expanded the SECURITY.md file to clarify the reporting process for vulnerabilities, including what is in and out of scope for reporting.
- Added detailed guidelines on how to handle end-of-life (EOL) software and the implications of using EOL operating systems.
- Updated the documentation on choosing an image to include notes on floating vs. version-pinned tags, emphasizing the importance of selecting supported OS releases.
- Revised the Upgrade Guide to explain the release process and update strategies, ensuring users understand the implications of their choices regarding image tags.

v4.3.5

Toggle v4.3.5's commit message
Update GitHub Actions workflow to use latest action versions

- Bumped actions/upload-artifact from v6 to v7 and v7 to v8 for improved functionality.
- Updated docker/login-action from v3 to v4 for enhanced security and features.

v4.3.4

Toggle v4.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Security: Update NGINX version for Alpine and Debian configurations t…

…o 1.28.3 (#666)

* Update NGINX version for Alpine and Debian configurations to 1.28.3

* Improve DX and clarity on security document

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade FrankenPHP to v1.11.3 (#659) (#660)

Mostly bugfixes and dependency updates, see https://github.com/php/frankenphp/releases/tag/v1.11.3

Co-authored-by: MK <kohenkatz@gmail.com>

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade FrankenPHP to v1.11.2 (#655)

* Upgrade FrankenPHP to v1.11.2

* Update Golang version in Dockerfile from 1.25 to 1.26

v4.3.1

Toggle v4.3.1's commit message
Integrate Depot CLI setup and update Docker build action in GitHub wo…

…rkflow (#651)

- Added step to set up Depot CLI in the Docker build and publish workflow.
- Replaced Docker build-push-action with Depot's version for improved integration.
- Removed unnecessary QEMU and Buildx setup steps.

v4.3.0

Toggle v4.3.0's commit message
Add security measures to block PHP execution in storage directory (#641)

Implemented restrictions across Apache, NGINX, and FrankenPHP configurations to prevent the execution of PHP files in the /storage directory, addressing potential vulnerabilities related to arbitrary file uploads (GHSA-29cq-5w36-x7w3).

v4.3.0-beta1

Toggle v4.3.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add security measures to block PHP execution in storage directory (#641)

Implemented restrictions across Apache, NGINX, and FrankenPHP configurations to prevent the execution of PHP files in the /storage directory, addressing potential vulnerabilities related to arbitrary file uploads (GHSA-29cq-5w36-x7w3).

v4.2.1

Toggle v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update FrankenPHP to v1.10.1 (#623)