upgrade php 8.3.8 -> 8.3.9

This commit is contained in:
Your Name
2024-07-23 20:35:03 +03:00
parent 29b542cc23
commit 8f3e80ab0d

View File

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