Skip to content

Commit 78c0f6c

Browse files
committed
Generated Dockerfile for PHP 8.1.
1 parent 06dd656 commit 78c0f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/docker/Dockerfile.php8.0 renamed to pkg/docker/Dockerfile.php8.1

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

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

@@ -40,7 +40,7 @@ RUN set -ex \
4040
&& make -j $NCPU php-install \
4141
&& ldd /usr/sbin/unitd | awk '/=>/{print $(NF-1)}' | while read n; do dpkg-query -S $n; done | sed 's/^\([^:]\+\):.*$/\1/' | sort | uniq > /requirements.apt
4242

43-
FROM php:8.0-cli
43+
FROM php:8.1-cli
4444
COPY docker-entrypoint.sh /usr/local/bin/
4545
COPY --from=BUILDER /usr/sbin/unitd /usr/sbin/unitd
4646
COPY --from=BUILDER /usr/sbin/unitd-debug /usr/sbin/unitd-debug

0 commit comments

Comments
 (0)