Skip to content

Commit

Permalink
chore(php): change to 7.4.32 to test depbot
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Nov 11, 2023
1 parent 3da8fda commit e2fdcac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions php/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM docker.io/library/php:7.4.33-fpm
FROM docker.io/library/php:7.4.32-fpm

ARG BUILD_REV
ARG BUILD_DATE
LABEL org.opencontainers.image.title="alwatr/php" \
org.opencontainers.image.description="A very slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr." \
org.opencontainers.image.base.name="docker.io/library/php:7.4.33-fpm" \
org.opencontainers.image.version="7.4.33" \
org.opencontainers.image.ref.name="7.4.33-fpm" \
org.opencontainers.image.base.name="docker.io/library/php:7.4.32-fpm" \
org.opencontainers.image.version="7.4.32" \
org.opencontainers.image.ref.name="7.4.32-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" \
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="7.4.33" \
cloud.alwatr.image.version.full="7.4.32" \
cloud.alwatr.image.version.short="7"

0 comments on commit e2fdcac

Please sign in to comment.