Skip to content

Commit f9e48d5

Browse files
committed
work with php 8.2
1 parent 8678c32 commit f9e48d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:8.1
1+
FROM php:8.2
22

33
COPY dev.sh /tmp/library-scripts/
44

.docker/dev.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
6363
libkrb5-3 \
6464
libgssapi-krb5-2 \
6565
libicu[0-9][0-9] \
66-
liblttng-ust0 \
66+
liblttng-ust[0-9] \
6767
libstdc++6 \
6868
zlib1g \
6969
locales \

0 commit comments

Comments
 (0)