Skip to content

Commit

Permalink
Update laravel-nginx.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikheil authored Feb 9, 2023
1 parent a95ad77 commit 633ef2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions laravel-nginx.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webdevops/php-nginx:8.1-alpine
FROM webdevops/php-nginx:8.2-alpine

ENV WEB_DOCUMENT_ROOT=/app/public
ENV php.opcache.enable=1
Expand All @@ -21,7 +21,6 @@ RUN apk --update --no-cache add \
less

RUN pecl install rdkafka && docker-php-ext-enable rdkafka
RUN pecl install xdebug && docker-php-ext-enable xdebug
RUN rm -rf /tmp/pear

WORKDIR /app
Expand Down

0 comments on commit 633ef2d

Please sign in to comment.