Skip to content

Commit

Permalink
update kustomize and internal for fix in api content
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Oct 17, 2024
1 parent 5e62721 commit e52fba9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose_api/.CONTAINER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.4
1.11.5
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
build:
context: ./compose_api
dockerfile: ./Dockerfile-compose_api
image: ghcr.io/biosimulators/bio-check-compose_api:1.11.4 # .3
image: ghcr.io/biosimulators/bio-check-compose_api:1.11.5 # .3
container_name: api
environment:
- MONGO_URI=mongodb://mongodb:27017/?retryWrites=true&w=majority&appName=bio-compose
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/biochecknet/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: biochecknet
# PREVIOUS (MOST CURRENTLY RELEASED) VERSIONS AS OF 10/17(SMOLDYN BUG): api: 1.11.4, worker: 1.11.6
images:
- name: ghcr.io/biosimulators/bio-check-compose_api
newTag: 1.11.4
newTag: 1.11.5
- name: ghcr.io/biosimulators/bio-check-compose_worker
newTag: 1.11.6
- name: mongo
Expand Down

0 comments on commit e52fba9

Please sign in to comment.