switch webserver tag to 8-latest
This commit is contained in:
parent
ebdc7dd6fb
commit
e1172cf9db
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue