Skip to content

Commit

Permalink
⬆️ Update PHP to v8.3.8-r0 (#409)
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 Jun 8, 2024
1 parent 82bbff8 commit 6a6deee
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.1.1"
RUN \
apk add --no-cache \
nginx=1.26.1-r0 \
php83-curl=8.3.7-r0 \
php83-dom=8.3.7-r0 \
php83-fpm=8.3.7-r0 \
php83-iconv=8.3.7-r0 \
php83-mbstring=8.3.7-r0 \
php83-opcache=8.3.7-r0 \
php83-session=8.3.7-r0 \
php83-zip=8.3.7-r0 \
php83=8.3.7-r0 \
php83-curl=8.3.8-r0 \
php83-dom=8.3.8-r0 \
php83-fpm=8.3.8-r0 \
php83-iconv=8.3.8-r0 \
php83-mbstring=8.3.8-r0 \
php83-opcache=8.3.8-r0 \
php83-session=8.3.8-r0 \
php83-zip=8.3.8-r0 \
php83=8.3.8-r0 \
\
&& apk add --no-cache --virtual .build-dependencies \
composer=2.7.6-r0 \
Expand Down

0 comments on commit 6a6deee

Please sign in to comment.