Skip to content

Commit

Permalink
Release 7.5.4 - See CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed Mar 23, 2023
1 parent 1e4ed52 commit f810c2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 7.5.4 2023-03-23 <dave at tiredofit dot ca>

### Added
- Add testing repository for PHP 8.2-alpine


## 7.5.3 2023-03-23 <dave at tiredofit dot ca>

### Added
Expand Down
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ ENV PHP_BASE=${PHP_BASE:-"8.2"} \

### Dependency Installation
RUN case "${PHP_BASE}" in \
8.2 ) export php_folder="82" ;; \
8.2 ) export php_folder="82" ; echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories ;; \
8.1 ) export php_folder="81" ;; \
*) export php_folder=${PHP_BASE:0:1} ;; \
esac ; \
export PHP_8_2_RUN_DEPS=" \
mariadb-connector-c \
php82 \
php82-bcmath \
#php82-brotli \
php82-brotli \
php82-bz2 \
php82-calendar \
php82-common \
Expand Down Expand Up @@ -90,16 +90,16 @@ RUN case "${PHP_BASE}" in \
php82-pecl-ast \
#php82-pecl-event \
php82-pecl-igbinary \
#php82-pecl-imagick \
#php82-pecl-lzf \
#php82-pecl-maxminddb \
#php82-pecl-memcache \
php82-pecl-imagick \
php82-pecl-lzf \
php82-pecl-maxminddb \
php82-pecl-memcache \
php82-pecl-memcached \
php82-pecl-mongodb \
php82-pecl-msgpack \
php82-pecl-redis \
php82-pecl-uploadprogress \
#php82-pecl-uuid \
php82-pecl-uuid \
php82-pecl-xdebug \
php82-pecl-xhprof \
php82-pecl-yaml \
Expand Down

0 comments on commit f810c2d

Please sign in to comment.