upgrade php 8.3.7 -> 8.3.8

This commit is contained in:
Your Name
2024-07-05 20:09:47 +03:00
parent 136be71889
commit 29b542cc23

View File

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