Skip to content

Commit

Permalink
Change images to 8.4.1 release images
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvarela committed Nov 22, 2024
1 parent 4ad3c1e commit fe262ff
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.1-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.1-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 fe262ff

Please sign in to comment.