diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-06 20:08:17 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-03-06 20:08:17 +0100 |
commit | 224c0a23a30371cdc7e62d92ae0fb593aa3ab672 (patch) | |
tree | 3dde85a45eeb0c5205886a8ec460f2f5882a1a12 | |
parent | c0d86cb0a156ecb6a67f83250cd2cdeb42d29853 (diff) | |
download | infrastructure-224c0a23a30371cdc7e62d92ae0fb593aa3ab672.tar.gz infrastructure-224c0a23a30371cdc7e62d92ae0fb593aa3ab672.zip |
Increment image
-rw-r--r-- | app/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 556996c..6f68dc5 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -98,4 +98,4 @@ services: backup-matrix: build: context: ./backup/build/backup-matrix - image: superboum/backup_matrix:1 + image: superboum/backup_matrix:2 |