Skip to content

Commit

Permalink
Upgrade PHP to 8.3.13, closes #341.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syndesi committed Oct 26, 2024
1 parent 01e7ac1 commit dc813fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Upgrade PHP to 8.3.13, closes #341.

## 0.1.15 - 2024-10-12
### Changed
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ ENV PHPIZE_DEPS="\
PHP_CPPFLAGS="$PHP_CFLAGS" \
PHP_LDFLAGS="-Wl,-O1 -pie" \
GPG_KEYS="1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA" \
PHP_VERSION="8.3.12" \
PHP_URL="https://www.php.net/distributions/php-8.3.12.tar.xz" \
PHP_ASC_URL="https://www.php.net/distributions/php-8.3.12.tar.xz.asc" \
PHP_SHA256="f774e28633e26fc8c5197f4dae58ec9e3ff87d1b4311cbc61ab05a7ad24bd131"
PHP_VERSION="8.3.13" \
PHP_URL="https://www.php.net/distributions/php-8.3.13.tar.xz" \
PHP_ASC_URL="https://www.php.net/distributions/php-8.3.13.tar.xz.asc" \
PHP_SHA256="89adb978cca209124fe53fd6327bc4966ca21213a7fa2e9504f854e340873018"

# persistent / runtime deps
RUN apk add --no-cache \
Expand Down

0 comments on commit dc813fd

Please sign in to comment.