Skip to content

Commit

Permalink
⬆️ Update php to 8.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairpaul committed Jan 5, 2024
1 parent 4ab1f3e commit ecf34ed
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions bookstack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ RUN \
apk add --no-cache \
mariadb-client=10.11.5-r3 \
nginx=1.24.0-r14 \
php82-curl=8.2.13-r0 \
php82-dom=8.2.13-r0 \
php82-fileinfo=8.2.13-r0 \
php82-fpm=8.2.13-r0 \
php82-gd=8.2.13-r0 \
php82-iconv=8.2.13-r0 \
php82-ldap=8.2.13-r0 \
php82-mbstring=8.2.13-r0 \
php82-mysqlnd=8.2.13-r0 \
php82-openssl=8.2.13-r0 \
php82-pdo_mysql=8.2.13-r0 \
php82-session=8.2.13-r0 \
php82-simplexml=8.2.13-r0 \
php82-tokenizer=8.2.13-r0 \
php82-xml=8.2.13-r0 \
php82-xmlwriter=8.2.13-r0 \
php82=8.2.13-r0 \
php82-curl=8.2.14-r0 \
php82-dom=8.2.14-r0 \
php82-fileinfo=8.2.14-r0 \
php82-fpm=8.2.14-r0 \
php82-gd=8.2.14-r0 \
php82-iconv=8.2.14-r0 \
php82-ldap=8.2.14-r0 \
php82-mbstring=8.2.14-r0 \
php82-mysqlnd=8.2.14-r0 \
php82-openssl=8.2.14-r0 \
php82-pdo_mysql=8.2.14-r0 \
php82-session=8.2.14-r0 \
php82-simplexml=8.2.14-r0 \
php82-tokenizer=8.2.14-r0 \
php82-xml=8.2.14-r0 \
php82-xmlwriter=8.2.14-r0 \
php82=8.2.14-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.6.6-r0 \
Expand Down

0 comments on commit ecf34ed

Please sign in to comment.