diff --git a/Dockerfile b/Dockerfile index 884c25f..333fd6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:buster -MAINTAINER Michel Chowanski version 3.0.0 +MAINTAINER Michel Chowanski version 3.0.1 ################## PHP ################## RUN apt-get update && apt-get install -y php7.3-fpm \ diff --git a/supervisor/startup.conf b/supervisor/startup.conf index 409726b..e62aca1 100644 --- a/supervisor/startup.conf +++ b/supervisor/startup.conf @@ -5,4 +5,4 @@ nodaemon=true command=/usr/sbin/sshd -D [program:php] -command=/etc/init.d/php7.2-fpm restart \ No newline at end of file +command=/etc/init.d/php7.3-fpm restart \ No newline at end of file