From 3a5c33924594646017eadebb2df8a42e2ca945a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Denquin?= Date: Thu, 2 Jun 2022 10:31:39 +0200 Subject: [PATCH] fix: #36 tag stable version on docker images (#38) --- api | 2 +- docker-compose.yml | 8 ++++---- front | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api b/api index 1972f9f30..578e2b59a 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 1972f9f3023a1288906bb4ad885d64387f2cf66f +Subproject commit 578e2b59a06511d98a2681a6d346e234d503aa54 diff --git a/docker-compose.yml b/docker-compose.yml index 8f4a76deb..e6286e417 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: api: container_name: lago-api - image: getlago/api:latest + image: getlago/api:v0.1.0-alpha restart: unless-stopped depends_on: - db @@ -50,7 +50,7 @@ services: front: container_name: lago-front - image: getlago/front:latest + image: getlago/front:v0.1.0-alpha restart: unless-stopped depends_on: - api @@ -63,7 +63,7 @@ services: api-worker: container_name: lago-worker - image: getlago/api:latest + image: getlago/api:v0.1.0-alpha restart: unless-stopped depends_on: - api @@ -79,7 +79,7 @@ services: api-clock: container_name: lago-clock - image: getlago/api:latest + image: getlago/api:v0.1.0-alpha restart: unless-stopped depends_on: - api diff --git a/front b/front index 1c448af1d..373cd74b6 160000 --- a/front +++ b/front @@ -1 +1 @@ -Subproject commit 1c448af1de1d3c950e73d72194a235cfe0a31e8f +Subproject commit 373cd74b63aca2d5c1a31445f207cc6b97957f1a