Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 8e8e3e9

Browse files
committed
Upgrade PHP to version 8.2
1 parent 82a3341 commit 8e8e3e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1.3
22

3-
FROM php:8.1-fpm-alpine3.18
3+
FROM php:8.2-fpm-alpine3.18
44
RUN set -ex; \
55
\
66
export CFLAGS="-Os"; \
@@ -29,6 +29,7 @@ RUN set -ex; \
2929
imap-dev \
3030
libpng-dev \
3131
libzip-dev \
32+
linux-headers \
3233
openldap-dev \
3334
openssl-dev \
3435
; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ It has a few modifications:
2222
* EMail support
2323

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

0 commit comments

Comments
 (0)