From e1172cf9dbb63807081d861c65bea78e1b6a23a7 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Thu, 25 Nov 2021 14:35:22 +0100
Subject: [PATCH] switch webserver tag to 8-latest

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c7a5b87..f5e95e9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,7 +20,7 @@ RUN composer install
 # |--------------------------------------------------------------------------
 # | Install Webserver
 # |--------------------------------------------------------------------------
-FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:latest
+FROM gitlab.jonasled.de/jonasled/nginx-php-minimal:8-latest
 RUN apk update && \
     apk add php8-mysqli php8-mbstring php8-curl php8-simplexml --no-cache
 COPY --from=composer /build/public .
-- 
GitLab