Rebuild images on top of newer base image

This commit is contained in:
Daniel Berteaud 2024-01-05 14:30:09 +01:00
parent 78ea6b1f46
commit 6fdd883d32
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ mariadb:
server:
# The image to use
image: '[[ .docker.repo ]]mariadb:23.12-1'
image: '[[ .docker.repo ]]mariadb:24.1-1'
# Resource allocation
resources:
@ -85,7 +85,7 @@ mariadb:
# Backup service, which can create regular dumps of the databases
backup:
image: '[[ .docker.repo ]]mariadb-backup:23.12-1'
image: '[[ .docker.repo ]]mariadb-backup:24.1-1'
# Resource allocation
resources: