Compare commits
5
Commits
5d5303e1af
...
3dd9fa0483
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dd9fa0483 | ||
|
|
6a8fb1d404 | ||
|
|
2b83f0eaf7 | ||
|
|
f76158a245 | ||
|
|
7851f3b0a9 |
@@ -3,7 +3,7 @@ services:
|
||||
extends:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
image: lscr.io/linuxserver/calibre:9.12.0
|
||||
image: lscr.io/linuxserver/calibre:9.13.0
|
||||
container_name: calibre
|
||||
# environment:
|
||||
# - PASSWORD= #optional
|
||||
|
||||
@@ -4,7 +4,7 @@ services:
|
||||
file: ${TEMPLATES_PATH}
|
||||
service: default
|
||||
container_name: dozzle
|
||||
image: amir20/dozzle:v10.6.14
|
||||
image: amir20/dozzle:v10.6.15
|
||||
ports:
|
||||
- 8083:8080
|
||||
networks:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Start with the official n8n image
|
||||
FROM n8nio/n8n:2.34.2
|
||||
FROM n8nio/n8n:2.34.4
|
||||
|
||||
# Copy apk and its deps from Alpine 3.23
|
||||
COPY --from=alpine:3.24 /sbin/apk /sbin/apk
|
||||
|
||||
Reference in New Issue
Block a user