From 7b555bdc207dc18e93f611e63f1086a930a18817 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 3 Jun 2026 17:09:39 +0200 Subject: misc: bump image versions for services --- compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'compose.yaml') 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: -- cgit v1.3.1