upgrade php 8.3.9 -> 8.3.10

This commit is contained in:
Your Name
2024-08-13 18:44:34 +03:00
parent 8f3e80ab0d
commit f07f371b15

View File

@@ -1,4 +1,4 @@
FROM rosven9856/php:8.3.9-1
FROM rosven9856/php:8.3.10-1
RUN addgroup -g 1000 --system php
RUN adduser -G php --system -D -s /bin/sh -u 1000 php