File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.3.3 2022-05-19 <dave at tiredofit dot ca >
2
+
3
+ ### Added
4
+ - Nextcloud 24.0.1
5
+
6
+
1
7
## 3.3.2 2022-05-11 <dave at tiredofit dot ca >
2
8
3
9
### Changed
Original file line number Diff line number Diff line change 1
1
FROM docker.io/tiredofit/nginx-php-fpm:8.0
2
2
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
3
3
4
- ENV NEXTCLOUD_VERSION=24.0.0 \
4
+ ENV NEXTCLOUD_VERSION=24.0.1 \
5
5
NEXTCLOUD_FILES_BACKEND_VERSION=0.4.0 \
6
6
NGINX_WEBROOT="/www/nextcloud" \
7
7
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
@@ -26,7 +26,7 @@ ENV NEXTCLOUD_VERSION=24.0.0 \
26
26
PHP_ENABLE_ZIP=TRUE \
27
27
PHP_MEMORY_LIMIT="512M" \
28
28
CONTAINER_NAME=nextcloud-app \
29
- IMAGE_NAME="tiredofit/nextcloud:23 " \
29
+ IMAGE_NAME="tiredofit/nextcloud:24 " \
30
30
IMAGE_REPO_URL="https://github.com/tiredofit/docker-nextcloud/"
31
31
32
32
RUN set -x && \
You can’t perform that action at this time.
0 commit comments