mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-04 17:16:11 +00:00
Compare commits
2 Commits
fe53018962
...
be2aa5a6d8
Author | SHA1 | Date | |
---|---|---|---|
be2aa5a6d8 | |||
fb1d5d60ff |
@ -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"
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user