Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit f8ca7f6

Browse files
committed
chore: Update Projeqtor version to 11.2.0
1 parent ce3b573 commit f8ca7f6

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# PJT_ARCHIVE_NAME: the archive name for ProjeQtOr
55
# PJT_EXTRACT_DIR: the directory name to extract the to
66
# PJT_ARCHIVE_URL: the URL to download ProjeQtOr
7-
ARG PHP_VERSION=8.2
8-
ARG PJT_VERSION=11.1.5
7+
ARG PHP_VERSION=8.3
8+
ARG PJT_VERSION=11.2.0
99
ARG PJT_ARCHIVE_NAME=projeqtorV${PJT_VERSION}.zip
1010
ARG PJT_EXTRACT_DIR=projeqtor
1111
ARG PJT_ARCHIVE_URL=https://freefr.dl.sourceforge.net/project/projectorria/projeqtorV${PJT_VERSION}.zip

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ Docker image for [Projeqtor](https://www.projeqtor.org) with LDAP support.
77

88
*This image is derived from various `php-apache` versions:*
99

10-
- For version 10.3 onwards, `php:8.2-apache` is used.
11-
- From versions 10.0 to 10.2, `php:8.1-apache` was utilized.
10+
- For version 11.2 onwards, `php:8.3-apache` is used.
11+
- From versions 10.3 to 11.1, `php:8.2-apache` was used.
12+
- From versions 10.0 to 10.2, `php:8.1-apache` was used.
1213
- Prior to version 10.0, `php:7.4-apache` was the choice.
1314

1415
The **available Projeqtor tags** in this image include:
1516

16-
- latest, 11.1.5, 11.1.0, 11.0.4, 11.0.0, 10.4.5, 10.4.3, 10.4.2, 10.4.0, 10.3.6, 10.3.0, 10.2.3, 10.2.1, 10.1.3, 10.1.2, 9.5.4, 9.4.2, 9.2.2, 9.1.2, and 9.0.6.
17+
- latest, 11.2.0, 11.1.5, 11.1.0, 11.0.4, 11.0.0, 10.4.5, 10.4.3, 10.4.2, 10.4.0, 10.3.6, 10.3.0, 10.2.3, 10.2.1, 10.1.3, 10.1.2, 9.5.4, 9.4.2, 9.2.2, 9.1.2, and 9.0.6.
1718

1819
## Technical Specifications
1920

0 commit comments

Comments
 (0)