File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 7171 latest=false
7272 tags : |
7373 type=raw,value={{branch}}
74- type=match,pattern=(\d+.\d+),value={{branch}}
7574
7675 # https://github.com/docker/setup-qemu-action#usage
7776 - name : Set up QEMU
Original file line number Diff line number Diff line change 1- FROM php:8.3-apache-bookworm
1+ FROM php:8.3-apache-bullseye
22
33# So we can use it anywhere for conditional stuff. Keeping BC with old (non-buildkit, builders)
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Moodle PHP environment configured for Moodle development based on [Official PH
66
77| PHP Version | Variant | Tags | Status |
88| --------------| ---------| ------------------| --------|
9- | PHP 8.3 | Bookworm | 8.3-bookworm | [ ![ Test and publish 8.3] ( https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml/badge.svg?branch=8.3-bookworm )] ( https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml ) |
9+ | PHP 8.3 | Bullseye | 8.3-bullseye | [ ![ Test and publish 8.3] ( https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml/badge.svg?branch=8.3-bullseye )] ( https://github.com/moodlehq/moodle-php-apache/actions/workflows/test_buildx_and_publish.yml ) |
1010
1111For a complete list of supported versions, look to the [ master README] ( https://github.com/moodlehq/moodle-php-apache/tree/master ) .
1212
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ PACKAGES_POSTGRES="libpq5"
1616PACKAGES_MYMARIA=" libmariadb3"
1717
1818# Packages for other Moodle runtime dependenices.
19- PACKAGES_RUNTIME=" ghostscript libaio1 libcurl4 libgss3 libicu72 libmcrypt-dev libxml2 libxslt1.1 \
19+ PACKAGES_RUNTIME=" ghostscript libaio1 libcurl4 libgss3 libicu67 libmcrypt-dev libxml2 libxslt1.1 \
2020 libzip-dev sassc unzip zip"
2121
2222# Packages for Memcached.
2323PACKAGES_MEMCACHED=" libmemcached11 libmemcachedutil2"
2424
2525# Packages for LDAP.
26- PACKAGES_LDAP=" libldap-2.5-0 "
26+ PACKAGES_LDAP=" libldap-2.4-2 "
2727
2828apt-get update
2929apt-get install -y --no-install-recommends apt-transport-https \
You can’t perform that action at this time.
0 commit comments