Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN \
php83-intl \
php83-ldap \
php83-opcache \
php83-pdo \
php83-pdo_sqlite \
php83-pecl-apcu \
php83-pecl-yaml \
php83-redis \
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RUN \
php83-intl \
php83-ldap \
php83-opcache \
php83-pdo \
php83-pdo_sqlite \
php83-pecl-apcu \
php83-pecl-yaml \
php83-redis \
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ init_diagram: |
"grav:latest" <- Base Images
# changelog
changelogs:
- {date: "11.10.25:", desc: "Add php83-pdo and php83-pdo_sqlite"}
- {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."}
- {date: "06.03.24:", desc: "Add brotli to nginx."}
- {date: "06.03.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf."}
Expand Down