Skip to content

Commit

Permalink
⬆️ Update PHP to v8.2.18-r0 (#397)
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] authored Apr 11, 2024
1 parent bd75d8d commit 1196f94
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 @@ -13,15 +13,15 @@ ARG TASMOADMIN_VERSION="v4.0.1"
RUN \
apk add --no-cache \
nginx=1.24.0-r15 \
php82-curl=8.2.17-r0 \
php82-dom=8.2.17-r0 \
php82-fpm=8.2.17-r0 \
php82-iconv=8.2.17-r0 \
php82-mbstring=8.2.17-r0 \
php82-opcache=8.2.17-r0 \
php82-session=8.2.17-r0 \
php82-zip=8.2.17-r0 \
php82=8.2.17-r0 \
php82-curl=8.2.18-r0 \
php82-dom=8.2.18-r0 \
php82-fpm=8.2.18-r0 \
php82-iconv=8.2.18-r0 \
php82-mbstring=8.2.18-r0 \
php82-opcache=8.2.18-r0 \
php82-session=8.2.18-r0 \
php82-zip=8.2.18-r0 \
php82=8.2.18-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.7.1-r0 \
Expand Down

0 comments on commit 1196f94

Please sign in to comment.