diff --git a/apps/garage-hq-web/2.2.0/docker-compose.yml b/apps/garage-hq-web/2.2.0/docker-compose.yml index fc942bd9c..1e5450bcf 100644 --- a/apps/garage-hq-web/2.2.0/docker-compose.yml +++ b/apps/garage-hq-web/2.2.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: garage: - image: dxflrs/garage:v2.2.0 + image: dxflrs/garage:v2.3.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/garage-hq/2.2.0/docker-compose.yml b/apps/garage-hq/2.2.0/docker-compose.yml index 9fc0bfc45..8652561f9 100644 --- a/apps/garage-hq/2.2.0/docker-compose.yml +++ b/apps/garage-hq/2.2.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: garage: - image: dxflrs/garage:v2.2.0 + image: dxflrs/garage:v2.3.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps"