switch webserver tag to 8-latest

This commit is contained in:
Jonas Leder 2021-11-25 14:35:22 +01:00
parent ebdc7dd6fb
commit e1172cf9db

View file

@ -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 .