Skip to content

Commit

Permalink
Merge pull request #144 from ember-nexus/github-issue/141
Browse files Browse the repository at this point in the history
Changed
  • Loading branch information
Syndesi authored Sep 29, 2023
2 parents 13bb783 + 8d1026b commit ae4f849
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE_CHECK_UPSTREAM_DEPENDENCY_PHP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels: update dependency

Open tasks:

- [ ] Compare Dockerfile of [latest PHP alpine CLI](https://github.com/docker-library/php/tree/master/8.2/alpine3.17/cli) with `./docker/Dockerfile` on intermediate build `php_embed`.
- [ ] Compare Dockerfile of [latest PHP alpine CLI](https://github.com/docker-library/php/tree/master/8.2/alpine3.18/cli) with `./docker/Dockerfile` on intermediate build `php_embed`.
- If there are updates:
- [ ] Update local Dockerfile.
- [ ] Add changelog entry.
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Increase reference dataset version to 0.0.11, skipped 0.0.10.
- Change default anonymous user to `2d376349-c5e2-42c8-8ce0-d6f525256cf7`.
- Upgrade PHP to 8.2.11.
### Removed
- Test command, closes #138.
### Fixed
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.10" \
PHP_URL="https://www.php.net/distributions/php-8.2.10.tar.xz" \
PHP_ASC_URL="https://www.php.net/distributions/php-8.2.10.tar.xz.asc" \
PHP_SHA256="561dc4acd5386e47f25be76f2c8df6ae854756469159248313bcf276e282fbb3"
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"

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

0 comments on commit ae4f849

Please sign in to comment.