diff options
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compose.yaml b/compose.yaml index 64827b3..326e830 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: build: context: services/nginx dockerfile_inline: | - FROM nginx:1.29.4-trixie + FROM nginx:1.31-trixie ADD fs.tar.gz / CMD ["/sbin/cmd.bash"] environment: @@ -42,7 +42,7 @@ services: build: context: services/radicale dockerfile_inline: | - FROM tomsquest/docker-radicale:3.5.10.0 + FROM tomsquest/docker-radicale:3.7.3.0 ADD fs.tar.gz / CMD ["su-exec", "radicale", "/sbin/cmd.sh"] environment: @@ -75,7 +75,7 @@ services: syncthing: build: dockerfile_inline: | - FROM syncthing/syncthing:2.0.14 + FROM syncthing/syncthing:2 networks: - syncthing volumes: |
