Skip to content

Commit

Permalink
⬆️ Update PHP to v8.1.23-r0 (#254)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent 5818886 commit 91142ca
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.4-r0 \
nginx=1.24.0-r6 \
php81-curl=8.1.22-r0 \
php81-dom=8.1.22-r0 \
php81-fileinfo=8.1.22-r0 \
php81-fpm=8.1.22-r0 \
php81-gd=8.1.22-r0 \
php81-iconv=8.1.22-r0 \
php81-ldap=8.1.22-r0 \
php81-mbstring=8.1.22-r0 \
php81-mysqlnd=8.1.22-r0 \
php81-openssl=8.1.22-r0 \
php81-pdo_mysql=8.1.22-r0 \
php81-session=8.1.22-r0 \
php81-simplexml=8.1.22-r0 \
php81-tokenizer=8.1.22-r0 \
php81-xml=8.1.22-r0 \
php81-xmlwriter=8.1.22-r0 \
php81=8.1.22-r0 \
php81-curl=8.1.23-r0 \
php81-dom=8.1.23-r0 \
php81-fileinfo=8.1.23-r0 \
php81-fpm=8.1.23-r0 \
php81-gd=8.1.23-r0 \
php81-iconv=8.1.23-r0 \
php81-ldap=8.1.23-r0 \
php81-mbstring=8.1.23-r0 \
php81-mysqlnd=8.1.23-r0 \
php81-openssl=8.1.23-r0 \
php81-pdo_mysql=8.1.23-r0 \
php81-session=8.1.23-r0 \
php81-simplexml=8.1.23-r0 \
php81-tokenizer=8.1.23-r0 \
php81-xml=8.1.23-r0 \
php81-xmlwriter=8.1.23-r0 \
php81=8.1.23-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.5.8-r0 \
Expand Down

0 comments on commit 91142ca

Please sign in to comment.