Skip to content

Commit

Permalink
fix: php 8.4-dev nginx builds for ci (#7120)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Dec 27, 2023
1 parent 487ad18 commit 96a8f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-4-redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# php-fpm Dockerfile build for openemr development docker environment
# This docker is hosted here: https://hub.docker.com/r/openemr/dev-php-fpm/ <tag is 7.2>
#
FROM devilbox/php-fpm-8.4
FROM openemr/dev-php-fpm:pre-build-dev-84

# Update
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# php-fpm Dockerfile build for openemr development docker environment
# This docker is hosted here: https://hub.docker.com/r/openemr/dev-php-fpm/ <tag is 7.2>
#
FROM devilbox/php-fpm-8.4
FROM openemr/dev-php-fpm:pre-build-dev-84

# Update
RUN apt-get update
Expand Down

0 comments on commit 96a8f0b

Please sign in to comment.