1 Commits

Author SHA1 Message Date
edd8fd7b4d Update nginx Docker tag to v1.25.4 2024-02-14 22:00:19 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ services:
restart: always
app:
image: nextcloud:28.0.6-fpm-alpine
image: nextcloud:28.0.2-fpm-alpine
# ports:
# - 8080:80
restart: always
@@ -49,7 +49,7 @@ services:
- app
cron:
image: nextcloud:28.0.6-fpm-alpine
image: nextcloud:28.0.2-fpm-alpine
restart: always
volumes:
- nextcloud:/var/www/html

View File

@@ -1,3 +1,3 @@
FROM nginx:1.25.3-alpine
FROM nginx:1.25.4-alpine
COPY nginx.conf /etc/nginx/nginx.conf