diff --git a/wordpress/php8.2/Dockerfile b/wordpress/php8.2/Dockerfile index e6f78da..54e82dc 100644 --- a/wordpress/php8.2/Dockerfile +++ b/wordpress/php8.2/Dockerfile @@ -1,12 +1,12 @@ -FROM docker.io/library/wordpress:6.4.0-php8.2-fpm +FROM docker.io/library/wordpress:6.4.1-php8.2-fpm ARG BUILD_REV ARG BUILD_DATE LABEL org.opencontainers.image.title="alwatr/wordpress" \ org.opencontainers.image.description="A very slow, lazy and stupid CMS for newbies, packaged by Alwatr." \ - org.opencontainers.image.base.name="docker.io/library/wordpress:6.4.0-php8.2-fpm" \ - org.opencontainers.image.version="6.4.0" \ - org.opencontainers.image.ref.name="6.4.0-php8.2-fpm" \ + org.opencontainers.image.base.name="docker.io/library/wordpress:6.4.1-php8.2-fpm" \ + org.opencontainers.image.version="6.4.1" \ + org.opencontainers.image.ref.name="6.4.1-php8.2-fpm" \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REV} \ @@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/wordpress" \ org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/wordpress/php8.2" \ org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/wordpress" \ org.opencontainers.image.authors="S. Ali Mihandoost (https://ali.mihandoost.com), S. Amir Mohammad Najafi (https://njfamirm.ir/)" \ - cloud.alwatr.image.version.full="6.4.0" \ + cloud.alwatr.image.version.full="6.4.1" \ cloud.alwatr.image.version.short="6"