Skip to content

Commit

Permalink
feat(wordpress): update
Browse files Browse the repository at this point in the history
Signed-off-by: S. Ali Mihandoost <ali.mihandoost@gmail.com>
  • Loading branch information
alimd authored Nov 11, 2023
1 parent 35700d8 commit 342cbf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wordpress/php8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -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 <ali.mihandoost@gmail.com> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <njfamirm@gmail.com> (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"

0 comments on commit 342cbf0

Please sign in to comment.