Skip to content

Commit

Permalink
⬆️ Update PHP to v8.2.15-r0 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent ae6bd83 commit ed5d906
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tasmoadmin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ ARG TASMOADMIN_VERSION="v3.3.3"
RUN \
apk add --no-cache \
nginx=1.24.0-r14 \
php82-curl=8.2.14-r0 \
php82-dom=8.2.14-r0 \
php82-fpm=8.2.14-r0 \
php82-iconv=8.2.14-r0 \
php82-mbstring=8.2.14-r0 \
php82-opcache=8.2.14-r0 \
php82-session=8.2.14-r0 \
php82-zip=8.2.14-r0 \
php82=8.2.14-r0 \
php82-curl=8.2.15-r0 \
php82-dom=8.2.15-r0 \
php82-fpm=8.2.15-r0 \
php82-iconv=8.2.15-r0 \
php82-mbstring=8.2.15-r0 \
php82-opcache=8.2.15-r0 \
php82-session=8.2.15-r0 \
php82-zip=8.2.15-r0 \
php82=8.2.15-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.6.6-r0 \
Expand Down

0 comments on commit ed5d906

Please sign in to comment.