Skip to content

Commit

Permalink
chore(deps): bump library/php from 8.2.11-fpm to 8.2.12-fpm in /php/8…
Browse files Browse the repository at this point in the history
….2-fpm (#14)
  • Loading branch information
alimd authored Nov 11, 2023
2 parents ea338b1 + 79755dc commit b52a425
Showing 1 changed file with 5 additions and 5 deletions.
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"

0 comments on commit b52a425

Please sign in to comment.