diff --git a/Dockerfile b/Dockerfile index a593134..804873c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rosven9856/basic-php-fpm-alpine:8.3.1-1 +FROM rosven9856/php:8.3.2-1 RUN addgroup -g 1000 --system php RUN adduser -G php --system -D -s /bin/sh -u 1000 php @@ -19,4 +19,4 @@ USER php COPY entrypoint.sh /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"]