Skip to content

Commit 478550e

Browse files
committed
24 Release 3.3.3 - See CHANGELOG.md
1 parent 95c08c2 commit 478550e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.3.3 2022-05-19 <dave at tiredofit dot ca>
2+
3+
### Added
4+
- Nextcloud 24.0.1
5+
6+
17
## 3.3.2 2022-05-11 <dave at tiredofit dot ca>
28

39
### Changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker.io/tiredofit/nginx-php-fpm:8.0
22
LABEL maintainer="Dave Conroy (github.com/tiredofit)"
33

4-
ENV NEXTCLOUD_VERSION=24.0.0 \
4+
ENV NEXTCLOUD_VERSION=24.0.1 \
55
NEXTCLOUD_FILES_BACKEND_VERSION=0.4.0 \
66
NGINX_WEBROOT="/www/nextcloud" \
77
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
@@ -26,7 +26,7 @@ ENV NEXTCLOUD_VERSION=24.0.0 \
2626
PHP_ENABLE_ZIP=TRUE \
2727
PHP_MEMORY_LIMIT="512M" \
2828
CONTAINER_NAME=nextcloud-app \
29-
IMAGE_NAME="tiredofit/nextcloud:23" \
29+
IMAGE_NAME="tiredofit/nextcloud:24" \
3030
IMAGE_REPO_URL="https://github.com/tiredofit/docker-nextcloud/"
3131

3232
RUN set -x && \

0 commit comments

Comments
 (0)