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/php from 8.2.11-fpm to 8.2.12-fpm in /php/8.2-fpm #14

Merged
merged 2 commits into from
Nov 11, 2023
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 php/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM docker.io/library/php:8.2.11-fpm
FROM docker.io/library/php:8.2.12-fpm

ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.description="A slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/php:8.2.11-fpm" \
org.opencontainers.image.version="8.2.11" \
org.opencontainers.image.ref.name="8.2.11-fpm" \
org.opencontainers.image.base.name="docker.io/library/php:8.2.12-fpm" \
org.opencontainers.image.version="8.2.12" \
org.opencontainers.image.ref.name="8.2.12-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/php" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/php/8.2-fpm" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/php" \
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="8.2.11" \
cloud.alwatr.image.version.full="8.2.12" \
cloud.alwatr.image.version.short="8"