Skip to content

Commit

Permalink
Merge pull request #180 from ember-nexus/github-issue/176
Browse files Browse the repository at this point in the history
Upgrade PHP to 8.2.12, closes #176.
  • Loading branch information
Syndesi authored Oct 29, 2023
2 parents 9d17363 + 90f394b commit 7d5b5f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Update readme and docker image labels.
- Increase reference dataset version to 0.0.16, skipped 0.0.15 and 0.0.14 due to erroneous releases.
- Upgrade PHP to 8.2.12, closes #176.
### Fixed
- Fix index endpoint to include elements which are directly owned or are accessible. Fixes #163.

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="39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC" \
PHP_VERSION="8.2.11" \
PHP_URL="https://www.php.net/distributions/php-8.2.11.tar.xz" \
PHP_ASC_URL="https://www.php.net/distributions/php-8.2.11.tar.xz.asc" \
PHP_SHA256="29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8"
PHP_VERSION="8.2.12" \
PHP_URL="https://www.php.net/distributions/php-8.2.12.tar.xz" \
PHP_ASC_URL="https://www.php.net/distributions/php-8.2.12.tar.xz.asc" \
PHP_SHA256="e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132"

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

0 comments on commit 7d5b5f0

Please sign in to comment.