Skip to content

Commit bc7f0c8

Browse files
committed
24 Release 3.3.4 - See CHANGELOG.md
1 parent 478550e commit bc7f0c8

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
examples/

CHANGELOG.md

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

39
### Added

Dockerfile

+1-1
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.1 \
4+
ENV NEXTCLOUD_VERSION=24.0.2 \
55
NEXTCLOUD_FILES_BACKEND_VERSION=0.4.0 \
66
NGINX_WEBROOT="/www/nextcloud" \
77
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following image tags are available along with their tagged release based on
6464
| 21 | Alpine | `:21-latest` |
6565

6666
#### Multi Architecture
67-
Images are built primarily for `amd64` architecture, and may also include builds for `arm/v6`, `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)`
67+
Images are built primarily for `amd64` architecture, and may also include builds for `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)`
6868

6969
## Configuration
7070

0 commit comments

Comments
 (0)