Skip to content

Commit

Permalink
feat: update php to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
echozio committed Dec 7, 2022
1 parent c06ea6a commit 1069707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion laravel-nginx.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM webdevops/php-nginx:8.0-alpine
FROM webdevops/php-nginx:8.1-alpine

ENV WEB_DOCUMENT_ROOT=/app/public
ENV php.opcache.enable=1
Expand Down
4 changes: 2 additions & 2 deletions laravel-swoole.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2.2 AS composer
FROM composer:2.4.4 AS composer

FROM phpswoole/swoole:4.8.9-php8.0-alpine
FROM phpswoole/swoole:5.0-php8.1-alpine

RUN apk --update --no-cache add \
gcompat \
Expand Down

0 comments on commit 1069707

Please sign in to comment.