Skip to content

Commit 63bcb1c

Browse files
committed
Füge Dockerfile für PHP 8.4 hinzu und installiere erforderliche Abhängigkeiten und Erweiterungen
1 parent d5d7ab7 commit 63bcb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/php/8.1/Dockerfile renamed to docker/php/8.4/Dockerfile

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

33
# Install deps
44
RUN apk --update add linux-headers bash autoconf build-base wget curl git zip unzip zlib-dev shadow libpq binutils-dev

0 commit comments

Comments
 (0)