Commit 6ce86cbc8d98a610674ca35a1e905cfbaa721ad6
1 parent
2582822f79
Exists in
master
Bump kea_api to 1.3.9 and kea_mltd to 1.2.0
Showing 1 changed file with 2 additions and 2 deletions
docker-compose-jfrog.yml
View file @
6ce86cb
... | ... | @@ -71,7 +71,7 @@ |
71 | 71 | - api_volume:/var/www |
72 | 72 | |
73 | 73 | api: |
74 | - image: registry.curex-project.eu:443/curex-local/kea_api:1.3.8 | |
74 | + image: registry.curex-project.eu:443/curex-local/kea_api:1.3.9 | |
75 | 75 | container_name: kea_api |
76 | 76 | restart: unless-stopped |
77 | 77 | tty: true |
... | ... | @@ -142,7 +142,7 @@ |
142 | 142 | |
143 | 143 | #MLTD |
144 | 144 | mltd: |
145 | - image: registry.curex-project.eu:443/curex-local/kea_mltd:1.1.3 | |
145 | + image: registry.curex-project.eu:443/curex-local/kea_mltd:1.2.0 | |
146 | 146 | container_name: kea_mltd |
147 | 147 | depends_on: |
148 | 148 | - timescaledb |