Skip to content

Commit 59d3f9d

Browse files
authored
Updated to 8.4 release image
* Change images to 8.4.1 release images * Switch to latest 8.4 vs 8.4.1
1 parent 094e139 commit 59d3f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

images/8.4-apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker build -t devwithlando/php:8.4-apache-4 .
22

3-
FROM php:8.4.0RC2-apache-bookworm
3+
FROM php:8.4-apache-bookworm
44

55
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
66

images/8.4-fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker build -t devwithlando/php:8.4-fpm-4 .
22

3-
FROM php:8.4.0RC2-fpm-bookworm
3+
FROM php:8.4-fpm-bookworm
44

55
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
66

0 commit comments

Comments
 (0)