Skip to content

Commit dd8fdea

Browse files
authored
Merge pull request #53 from Hamster45105/issue-49
Add php83-pdo and php83-pdo_sqlite
2 parents 844c369 + 8a90cc7 commit dd8fdea

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN \
1818
php83-intl \
1919
php83-ldap \
2020
php83-opcache \
21+
php83-pdo \
22+
php83-pdo_sqlite \
2123
php83-pecl-apcu \
2224
php83-pecl-yaml \
2325
php83-redis \

Dockerfile.aarch64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ RUN \
1818
php83-intl \
1919
php83-ldap \
2020
php83-opcache \
21+
php83-pdo \
22+
php83-pdo_sqlite \
2123
php83-pecl-apcu \
2224
php83-pecl-yaml \
2325
php83-redis \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ init_diagram: |
8686
"grav:latest" <- Base Images
8787
# changelog
8888
changelogs:
89+
- {date: "11.10.25:", desc: "Add php83-pdo and php83-pdo_sqlite"}
8990
- {date: "19.06.24:", desc: "Rebase to Alpine 3.20. Symlink robots.txt to /config. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
9091
- {date: "06.03.24:", desc: "Add brotli to nginx."}
9192
- {date: "06.03.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf."}

0 commit comments

Comments
 (0)