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

Commit c577c3d

Browse files
committed
Upgrade PHP to version 8.2
1 parent 18d9e47 commit c577c3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
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
; \

0 commit comments

Comments
 (0)