Skip to content

Commit afca91f

Browse files
committed
Update to PHP 8.1
1 parent 7f25011 commit afca91f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0.15-alpine3.15
1+
FROM php:8.1-alpine3.15
22

33
# Setup ARG defaults
44
ARG WORKDIR=/srv/app
@@ -17,7 +17,7 @@ RUN apk --update add bash autoconf build-base wget curl git zip unzip jpeg-dev z
1717
RUN docker-php-ext-install pdo_pgsql exif pcntl bcmath gd
1818

1919
# Install PECL extensions
20-
RUN pecl install redis-5.3.2 \
20+
RUN pecl install redis \
2121
&& docker-php-ext-enable redis
2222

2323
# Get latest Composer

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# docker-php
22

3-
## PHP 8 Docker Image
3+
## PHP 8.1 Docker Image
44

5-
Optimised for Laravel 8.
5+
Optimised for Laravel 9.
66

77
- Alpine 3.15
8-
- PHP 8.0.15
8+
- PHP 8.1.3
99
- Composer 2
1010
- XDebug 3
1111

0 commit comments

Comments
 (0)