diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-03 17:09:39 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-03 17:09:39 +0200 |
| commit | 7b555bdc207dc18e93f611e63f1086a930a18817 (patch) | |
| tree | 85fee7e583f806b20b1d8e07ee45cab1cc2ee05f /compose.yaml | |
| parent | e0a100cae20fca18519829952d659d94a9855b80 (diff) | |
| download | net_services-7b555bdc207dc18e93f611e63f1086a930a18817.tar.gz net_services-7b555bdc207dc18e93f611e63f1086a930a18817.zip | |
misc: bump image versions for services
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: |
