From 607a7ec7d1354908844c98574b1e7c9fd128d658 Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Mon, 23 Sep 2024 18:32:29 -0400 Subject: [PATCH] updates for latest container release --- compose_worker/.CONTAINER_VERSION | 2 +- docker-compose.yaml | 2 +- kustomize/overlays/biochecknet/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose_worker/.CONTAINER_VERSION b/compose_worker/.CONTAINER_VERSION index 3d0e62313..e6dbb7c23 100644 --- a/compose_worker/.CONTAINER_VERSION +++ b/compose_worker/.CONTAINER_VERSION @@ -1 +1 @@ -1.11.4 +1.11.5 diff --git a/docker-compose.yaml b/docker-compose.yaml index 41a0c252f..cbb4d5f9d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -34,7 +34,7 @@ services: context: ./compose_worker dockerfile: ./Dockerfile-compose_worker - image: ghcr.io/biosimulators/bio-check-compose_worker:1.11.4 + image: ghcr.io/biosimulators/bio-check-compose_worker:1.11.5 container_name: worker environment: - MONGO_URI=mongodb://mongodb:27017/?retryWrites=true&w=majority&appName=bio-compose diff --git a/kustomize/overlays/biochecknet/kustomization.yaml b/kustomize/overlays/biochecknet/kustomization.yaml index 43068df4f..47f31d578 100644 --- a/kustomize/overlays/biochecknet/kustomization.yaml +++ b/kustomize/overlays/biochecknet/kustomization.yaml @@ -9,7 +9,7 @@ images: - name: ghcr.io/biosimulators/bio-check-compose_api newTag: 1.11.3 - name: ghcr.io/biosimulators/bio-check-compose_worker - newTag: 1.11.4 + newTag: 1.11.5 - name: mongo newTag: 8.0-rc