2 Commits

Author SHA1 Message Date
be2aa5a6d8 Update Nextcloud to 25.0.3 2023-01-17 10:38:14 +01:00
fb1d5d60ff Update supported versions 2023-01-11 09:45:55 +01:00
3 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
# -------------- Build-time variables --------------
ARG NEXTCLOUD_VERSION=25.0.2
ARG NEXTCLOUD_VERSION=25.0.3
ARG PHP_VERSION=8.1
ARG NGINX_VERSION=1.22
@ -10,8 +10,8 @@ ARG SNUFFLEUPAGUS_VERSION=0.8.3
ARG UID=1000
ARG GID=1000
# nextcloud-25.0.2.tar.bz2
ARG SHA256_SUM="d6ab40faa108937bda42395f570ff111f4c97343b55be1420024da3177e37d59"
# nextcloud-25.0.3.tar.bz2
ARG SHA256_SUM="4b2b1423736ef92469096fe24f61c24cad87a34e07c1c7a81b385d3ea25c00ec"
# Nextcloud Security <security@nextcloud.com> (D75899B9A724937A)
ARG GPG_FINGERPRINT="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A"

View File

@ -58,8 +58,8 @@ Verifying the signature isn't a requirement, and might not be as seamless as usi
## Tags
- `latest` : latest Nextcloud version
- `x` : latest Nextcloud x.x (e.g. `24`)
- `x.x.x` : Nextcloud x.x.x (e.g. `24.0.0`)
- `x` : latest Nextcloud x.x (e.g. `25`)
- `x.x.x` : Nextcloud x.x.x (e.g. `25.0.0`)
You can always have a glance [here](https://github.com/users/hoellen/packages/container/package/nextcloud).
Only the **latest stable version** will be maintained by myself.

View File

@ -7,9 +7,10 @@ and will receive the minor version updates and security patches.
| Version | Supported |
| ------- | ------------------ |
| 25. x | :white_check_mark: |
| 24. x | :white_check_mark: |
| 23. x | :white_check_mark: |
| 22. x | :white_check_mark: |
| 23. x | :negative_squared_cross_mark: |
| 22. x | :negative_squared_cross_mark: |
Please update to the latest version available. Major migrations are always tested before being pushed.