Merge pull request 'Upgrade to Alpine 3.15' (#5) from dev/v8.0 into release/v8.0
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing
Alle Prüfungen waren erfolgreich
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.nick-slowinski.de/robotter112.de/php-docker/pulls/5
Dieser Commit ist enthalten in:
Commit
323bc6666e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -15,7 +15,7 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
FROM php:8.0-fpm-alpine3.14
|
||||
FROM php:8.0-fpm-alpine3.15
|
||||
ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
||||
RUN chmod uga+x /usr/local/bin/install-php-extensions && sync && \
|
||||
install-php-extensions zip ssh2 pdo_mysql mysqli
|
||||
|
|
In neuem Issue referenzieren