Skip to content

Commit

Permalink
Bump composer from 2.6.5 to 2.6.6
Browse files Browse the repository at this point in the history
Bumps composer from 2.6.5 to 2.6.6.

---
updated-dependencies:
- dependency-name: composer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent a6e1996 commit de0203b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN MEDIAWIKI_BRANCH="REL$(echo $MEDIAWIKI_VERSION | cut -d. -f-2 | sed 's/\./_/
# /usr/bin/composer만 복사해 사용하여야 합니다.
# See 'PHP version & extensions' section on https://hub.docker.com/_/composer for more details.
#
FROM --platform=$TARGETPLATFORM composer:2.6.5 AS composer
FROM --platform=$TARGETPLATFORM composer:2.6.6 AS composer

#
# 미디어위키 다운로드 스테이지. 다운받은 확장기능에 더해 미디어위키를 추가로 받고
Expand Down

0 comments on commit de0203b

Please sign in to comment.