Skip to content

Commit

Permalink
Unify base image accros php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glo47154 committed Feb 17, 2023
1 parent 51767b8 commit aa226ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PHP IMAGE
FROM php:7.4-apache-buster
FROM php:7.4-apache-bullseye

#SETTING UP THE SYSTEM
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion env/etc/php/7.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PHP IMAGE
FROM php:7.3-apache-stretch
FROM php:7.3-apache-bullseye

#SETTING UP THE SYSTEM
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion env/etc/php/7.4/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PHP IMAGE
FROM php:7.4-apache-buster
FROM php:7.4-apache-bullseye

#SETTING UP THE SYSTEM
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion env/etc/php/8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PHP IMAGE
FROM php:8.0-apache-buster
FROM php:8.0-apache-bullseye

#SETTING UP THE SYSTEM
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion env/etc/php/8.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#PHP IMAGE
FROM php:8.1-apache-buster
FROM php:8.1-apache-bullseye

#SETTING UP THE SYSTEM
RUN apt-get update \
Expand Down

0 comments on commit aa226ae

Please sign in to comment.