Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump library/wordpress from 6.4.0-php8.2-fpm to 6.4.1-php8.2-fpm in /wordpress/php8.2 #30

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions wordpress/php8.2/Dockerfile
Original file line number Diff line number Diff line change
@@ -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} \
Expand All @@ -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 <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (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"