Skip to content

Commit

Permalink
⬆️ Update PHP to v8.2.26-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent dc7d69a commit f1bd463
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions grocy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@ RUN \
composer=2.7.7-r0 \
nginx=1.24.0-r16 \
patch=2.7.6-r10 \
php82-ctype=8.2.20-r0 \
php82-exif=8.2.20-r0 \
php82-fileinfo=8.2.20-r0 \
php82-fpm=8.2.20-r0 \
php82-gd=8.2.20-r0 \
php82-iconv=8.2.20-r0 \
php82-intl=8.2.20-r0 \
php82-ldap=8.2.20-r0 \
php82-mbstring=8.2.20-r0 \
php82-opcache=8.2.20-r0 \
php82-pdo_sqlite=8.2.20-r0 \
php82-pdo=8.2.20-r0 \
php82-simplexml=8.2.20-r0 \
php82-tokenizer=8.2.20-r0 \
php82=8.2.20-r0 \
php82-ctype=8.2.26-r0 \
php82-exif=8.2.26-r0 \
php82-fileinfo=8.2.26-r0 \
php82-fpm=8.2.26-r0 \
php82-gd=8.2.26-r0 \
php82-iconv=8.2.26-r0 \
php82-intl=8.2.26-r0 \
php82-ldap=8.2.26-r0 \
php82-mbstring=8.2.26-r0 \
php82-opcache=8.2.26-r0 \
php82-pdo_sqlite=8.2.26-r0 \
php82-pdo=8.2.26-r0 \
php82-simplexml=8.2.26-r0 \
php82-tokenizer=8.2.26-r0 \
php82=8.2.26-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
git=2.43.5-r0 \
php82-openssl=8.2.20-r0 \
php82-phar=8.2.20-r0 \
php82-openssl=8.2.26-r0 \
php82-phar=8.2.26-r0 \
\
&& yarn global add modclean \
\
Expand Down

0 comments on commit f1bd463

Please sign in to comment.