Skip to content

Commit

Permalink
Updated to 8.4 release image
Browse files Browse the repository at this point in the history
* Change images to 8.4.1 release images

* Switch to latest 8.4 vs 8.4.1
  • Loading branch information
rubenvarela authored Nov 26, 2024
1 parent 094e139 commit 59d3f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/8.4-apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t devwithlando/php:8.4-apache-4 .

FROM php:8.4.0RC2-apache-bookworm
FROM php:8.4-apache-bookworm

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

Expand Down
2 changes: 1 addition & 1 deletion images/8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker build -t devwithlando/php:8.4-fpm-4 .

FROM php:8.4.0RC2-fpm-bookworm
FROM php:8.4-fpm-bookworm

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

Expand Down

0 comments on commit 59d3f9d

Please sign in to comment.