diff --git a/tasmoadmin/Dockerfile b/tasmoadmin/Dockerfile index 95e3d56..7e103e3 100755 --- a/tasmoadmin/Dockerfile +++ b/tasmoadmin/Dockerfile @@ -32,15 +32,15 @@ COPY --from=builder /var/www/tasmoadmin/tasmoadmin /var/www/tasmoadmin/tasmoadmi RUN \ apk add --no-cache \ nginx=1.24.0-r15 \ - php82-curl=8.2.16-r0 \ - php82-dom=8.2.16-r0 \ - php82-fpm=8.2.16-r0 \ - php82-iconv=8.2.16-r0 \ - php82-mbstring=8.2.16-r0 \ - php82-opcache=8.2.16-r0 \ - php82-session=8.2.16-r0 \ - php82-zip=8.2.16-r0 \ - php82=8.2.16-r0 \ + 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 \ \ && apk add --no-cache --virtual .build-dependencies \ composer=2.7.1-r0 \