Skip to content

Commit d5579b2

Browse files
authored
chore(deps): bump library/php from 8.2.12-fpm to 8.3.3-fpm in /php/8.2-fpm (#77)
2 parents 498840f + 3bf0c3a commit d5579b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

php/8.2-fpm/Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM docker.io/library/php:8.2.12-fpm
1+
FROM docker.io/library/php:8.3.3-fpm
22

33
ARG BUILD_REV
44
ARG BUILD_DATE
55
LABEL org.opencontainers.image.title="alwatr/php" \
66
org.opencontainers.image.description="A slow, lazy and stupid server-side programming language for newbies, packaged by Alwatr." \
7-
org.opencontainers.image.base.name="docker.io/library/php:8.2.12-fpm" \
8-
org.opencontainers.image.version="8.2.12" \
9-
org.opencontainers.image.ref.name="8.2.12-fpm" \
7+
org.opencontainers.image.base.name="docker.io/library/php:8.3.3-fpm" \
8+
org.opencontainers.image.version="8.3.3" \
9+
org.opencontainers.image.ref.name="8.3.3-fpm" \
1010
org.opencontainers.image.licenses="MIT" \
1111
org.opencontainers.image.created=${BUILD_DATE} \
1212
org.opencontainers.image.revision=${BUILD_REV} \
@@ -15,5 +15,5 @@ LABEL org.opencontainers.image.title="alwatr/php" \
1515
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/next/php/8.2-fpm" \
1616
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/next/php" \
1717
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
18-
cloud.alwatr.image.version.full="8.2.12" \
18+
cloud.alwatr.image.version.full="8.3.3" \
1919
cloud.alwatr.image.version.short="8"

0 commit comments

Comments
 (0)