From ae0a5ce12957e5f8795ce586f3d4c931db57bcc6 Mon Sep 17 00:00:00 2001 From: Brutus5000 Date: Mon, 8 Apr 2024 23:42:53 +0200 Subject: [PATCH] Dockerfile: Update base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1d91eb8..366a5f8 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM richarvey/nginx-php-fpm:3.1.4 +FROM richarvey/nginx-php-fpm:3.1.6 LABEL maintainer="rackover@racknet.noip.me" RUN apk update RUN apk add git -COPY ./www/ /var/www/html \ No newline at end of file +COPY ./www/ /var/www/html