Skip to content

Commit 9509db1

Browse files
committed
Build for PHP 8.1
1 parent f1fd7f3 commit 9509db1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apache/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-apache
1+
FROM php:8.1-apache
22

33
# Install php libs
44
RUN set -ex; \
@@ -14,7 +14,7 @@ RUN set -ex; \
1414
libc-client-dev \
1515
libkrb5-dev \
1616
libldap2-dev \
17-
libzmq3-dev \
17+
libzmq5-dev \
1818
zlib1g-dev \
1919
; \
2020
\

fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-fpm-alpine
1+
FROM php:8.1-fpm-alpine
22

33
# Install php libs
44
RUN set -ex; \

fpm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.0-fpm
1+
FROM php:8.1-fpm
22

33
# Install php libs
44
RUN set -ex; \
@@ -14,7 +14,7 @@ RUN set -ex; \
1414
libc-client-dev \
1515
libkrb5-dev \
1616
libldap2-dev \
17-
libzmq3-dev \
17+
libzmq5-dev \
1818
zlib1g-dev \
1919
; \
2020
\

0 commit comments

Comments
 (0)