upgrade php 8.3.3 -> 8.3.4

This commit is contained in:
Your Name
2024-03-26 22:09:54 +02:00
parent 71c929b3c2
commit b518de1db8

View File

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