Skip to content

Commit

Permalink
⬆️ Update PHP to v8.1.23-r0 (#344)
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 Sep 10, 2023
1 parent ade8f4d commit b1b532c
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.1.0"
RUN \
apk add --no-cache \
nginx=1.24.0-r6 \
php81-curl=8.1.22-r0 \
php81-dom=8.1.22-r0 \
php81-fpm=8.1.22-r0 \
php81-iconv=8.1.22-r0 \
php81-mbstring=8.1.22-r0 \
php81-opcache=8.1.22-r0 \
php81-session=8.1.22-r0 \
php81-zip=8.1.22-r0 \
php81=8.1.22-r0 \
php81-curl=8.1.23-r0 \
php81-dom=8.1.23-r0 \
php81-fpm=8.1.23-r0 \
php81-iconv=8.1.23-r0 \
php81-mbstring=8.1.23-r0 \
php81-opcache=8.1.23-r0 \
php81-session=8.1.23-r0 \
php81-zip=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 b1b532c

Please sign in to comment.