Run debian update for security fixes.

This commit is contained in:
2022-10-04 05:19:18 +02:00
parent 38a794282f
commit 94746d96fd

View File

@@ -1,3 +1,5 @@
FROM php:8.1-apache
RUN apt update && apt upgrade
COPY . /var/www/html