Skip to content

Commit

Permalink
Upgrade PHP to version 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Jun 27, 2023
1 parent 82a3341 commit 8e8e3e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3

FROM php:8.1-fpm-alpine3.18
FROM php:8.2-fpm-alpine3.18
RUN set -ex; \
\
export CFLAGS="-Os"; \
Expand Down Expand Up @@ -29,6 +29,7 @@ RUN set -ex; \
imap-dev \
libpng-dev \
libzip-dev \
linux-headers \
openldap-dev \
openssl-dev \
; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It has a few modifications:
* EMail support

osTicket is being served by [nginx](http://wiki.nginx.org/Main) using
[PHP-FPM](http://php-fpm.org/) with PHP 8.1.
[PHP-FPM](http://php-fpm.org/) with PHP 8.2.
PHP [mail](http://php.net/manual/en/function.mail.php) function is configured to use
[msmtp](http://msmtp.sourceforge.net/) to send out-going messages.

Expand Down

0 comments on commit 8e8e3e9

Please sign in to comment.