Skip to content

Commit

Permalink
php82 ci docker update (openemr#6003)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Dec 10, 2022
1 parent 0272c4e commit a4e773a
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-2-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 php:8.2-rc-fpm-buster
FROM php:8.2-fpm-buster

# Update
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion docker/library/dockers/dev-php-fpm-8-2/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 php:8.2-rc-fpm-buster
FROM php:8.2-fpm-buster

# Update
RUN apt-get update
Expand Down

0 comments on commit a4e773a

Please sign in to comment.