Skip to content

Commit

Permalink
php-fpm: Bump php to 8.1.31 and composer to 2.8.5 (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Jan 26, 2025
1 parent 6860a57 commit b93c7fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockers/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Composer 이미지는 PHP 버전을 따로 설정할 수 없어 스테이지를 생성해 /usr/bin/composer만 복사해
# 사용하여야 합니다.
# See 'PHP version & extensions' section on https://hub.docker.com/_/composer for more details.
FROM --platform=$TARGETPLATFORM composer:2.6.6 AS composer
FROM --platform=$TARGETPLATFORM composer:2.8.5 AS composer

FROM --platform=$TARGETPLATFORM php:8.1.22-fpm
FROM --platform=$TARGETPLATFORM php:8.1.31-fpm
ARG TARGETPLATFORM
ARG TINI_VERSION=0.18.0

Expand Down
5 changes: 5 additions & 0 deletions dockers/php-fpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

미디어위키 실행에 필요한 각종 PHP 디펜던시들을 설치한다.

## v1.2.1

- Bump Composer to 2.8.5
- Bump php to 8.1.31

## v1.2.0

- Add more php extensions: wikidiff2 and luasandbox
Expand Down

0 comments on commit b93c7fb

Please sign in to comment.