upgrade php 8.3.4 -> 8.3.6

This commit is contained in:
Your Name
2024-04-28 19:17:13 +03:00
parent 8ffd052fa4
commit 4b4c9b335b

View File

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