Skip to content

Commit f810c2d

Browse files
committed
Release 7.5.4 - See CHANGELOG.md
1 parent 1e4ed52 commit f810c2d

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.5.4 2023-03-23 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Add testing repository for PHP 8.2-alpine
5+
6+
17
## 7.5.3 2023-03-23 <dave at tiredofit dot ca>
28

39
### Added

Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ ENV PHP_BASE=${PHP_BASE:-"8.2"} \
4242

4343
### Dependency Installation
4444
RUN case "${PHP_BASE}" in \
45-
8.2 ) export php_folder="82" ;; \
45+
8.2 ) export php_folder="82" ; echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories ;; \
4646
8.1 ) export php_folder="81" ;; \
4747
*) export php_folder=${PHP_BASE:0:1} ;; \
4848
esac ; \
4949
export PHP_8_2_RUN_DEPS=" \
5050
mariadb-connector-c \
5151
php82 \
5252
php82-bcmath \
53-
#php82-brotli \
53+
php82-brotli \
5454
php82-bz2 \
5555
php82-calendar \
5656
php82-common \
@@ -90,16 +90,16 @@ RUN case "${PHP_BASE}" in \
9090
php82-pecl-ast \
9191
#php82-pecl-event \
9292
php82-pecl-igbinary \
93-
#php82-pecl-imagick \
94-
#php82-pecl-lzf \
95-
#php82-pecl-maxminddb \
96-
#php82-pecl-memcache \
93+
php82-pecl-imagick \
94+
php82-pecl-lzf \
95+
php82-pecl-maxminddb \
96+
php82-pecl-memcache \
9797
php82-pecl-memcached \
9898
php82-pecl-mongodb \
9999
php82-pecl-msgpack \
100100
php82-pecl-redis \
101101
php82-pecl-uploadprogress \
102-
#php82-pecl-uuid \
102+
php82-pecl-uuid \
103103
php82-pecl-xdebug \
104104
php82-pecl-xhprof \
105105
php82-pecl-yaml \

0 commit comments

Comments
 (0)