-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# -------------- Build-time variables -------------- | ||
ARG NEXTCLOUD_VERSION=29.0.1 | ||
ARG NEXTCLOUD_VERSION=29.0.2 | ||
ARG PHP_VERSION=8.3 | ||
ARG NGINX_VERSION=1.26 | ||
|
||
|
@@ -10,8 +10,8 @@ ARG SNUFFLEUPAGUS_VERSION=0.10.0 | |
ARG UID=1000 | ||
ARG GID=1000 | ||
|
||
# nextcloud-29.0.0.tar.bz2 | ||
ARG SHA256_SUM="759546daecf79ca787ed6705503693c6db553aabf1d7ae4dfa779c7309b2ada9" | ||
# nextcloud-29.0.2.tar.bz2 | ||
ARG SHA256_SUM="2d49d297dc340092021057823e8e78a312bc00f56de7d8677ac790590918ab17" | ||
|
||
# Nextcloud Security <[email protected]> (D75899B9A724937A) | ||
ARG GPG_FINGERPRINT="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" | ||
|