Skip to content

Commit

Permalink
Merge pull request #26 from delyriand/fix/php-8.2-use-apache-buster
Browse files Browse the repository at this point in the history
PHP 8.2: use buster to avoid an error on old server
  • Loading branch information
jacquesbh authored Jun 16, 2023
2 parents 0d83bd7 + 3c72d79 commit f2ea3ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion php/8.2/apache/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-apache-bullseye
FROM php:8.2-apache-buster

LABEL maintainer="Monsieur Biz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion php/8.2/cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-cli-bullseye
FROM php:8.2-cli-buster

LABEL maintainer="Monsieur Biz <[email protected]>"

Expand Down
2 changes: 1 addition & 1 deletion php/8.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm-bullseye
FROM php:8.2-fpm-buster

LABEL maintainer="Monsieur Biz <[email protected]>"

Expand Down

0 comments on commit f2ea3ff

Please sign in to comment.