From 35700d87a8ca2750a0d48344094db1cf872020f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 08:33:43 +0000 Subject: [PATCH 1/2] chore(deps): bump library/wordpress in /wordpress/php8.2 Bumps library/wordpress from 6.3.2-php8.2-fpm to 6.4.0-php8.2-fpm. --- updated-dependencies: - dependency-name: library/wordpress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- wordpress/php8.2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/php8.2/Dockerfile b/wordpress/php8.2/Dockerfile index 7cdac77..585a92c 100644 --- a/wordpress/php8.2/Dockerfile +++ b/wordpress/php8.2/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/wordpress:6.3.2-php8.2-fpm +FROM docker.io/library/wordpress:6.4.0-php8.2-fpm ARG BUILD_REV ARG BUILD_DATE From 342cbf037b8a4e10b3146fbea5759bb1d2f4028a Mon Sep 17 00:00:00 2001 From: "S. Ali Mihandoost" Date: Sat, 11 Nov 2023 13:02:37 +0330 Subject: [PATCH 2/2] feat(wordpress): update Signed-off-by: S. Ali Mihandoost --- wordpress/php8.2/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wordpress/php8.2/Dockerfile b/wordpress/php8.2/Dockerfile index 585a92c..5a0fbff 100644 --- a/wordpress/php8.2/Dockerfile +++ b/wordpress/php8.2/Dockerfile @@ -4,9 +4,9 @@ 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.3.2-php8.2-fpm" \ - org.opencontainers.image.version="6.3.2" \ - org.opencontainers.image.ref.name="6.3.2-php8.2-fpm" \ + 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.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/main/wordpress/php8.2" \ org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/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.3.2" \ + cloud.alwatr.image.version.full="6.4.0" \ cloud.alwatr.image.version.short="6"