We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8678c32 commit f9e48d5Copy full SHA for f9e48d5
.docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM php:8.1
+FROM php:8.2
2
3
COPY dev.sh /tmp/library-scripts/
4
.docker/dev.sh
@@ -63,7 +63,7 @@ if [ "${PACKAGES_ALREADY_INSTALLED}" != "true" ]; then
63
libkrb5-3 \
64
libgssapi-krb5-2 \
65
libicu[0-9][0-9] \
66
- liblttng-ust0 \
+ liblttng-ust[0-9] \
67
libstdc++6 \
68
zlib1g \
69
locales \
0 commit comments