Skip to content

Commit

Permalink
update inheriting version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 6, 2024
1 parent 2b9cd2d commit 9a51ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion api/Dockerfile-api
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Api gateway microservice (CURRENTLY STABLE BASE IS LATEST 0.1.5

# FROM ghcr.io/biosimulators/bio-check-base:latest
FROM ghcr.io/biosimulators/bio-compose-server-base:latest
# FROM ghcr.io/biosimulators/bio-compose-server-base:latest

# TODO: change this back to latest once stable
FROM ghcr.io/biosimulators/bio-compose-server-base:0.0.5-test

SHELL ["/usr/bin/env", "bash", "-c"]

Expand Down
5 changes: 4 additions & 1 deletion worker/Dockerfile-worker
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Worker microservice

# FROM ghcr.io/biosimulators/bio-check-base:latest
FROM ghcr.io/biosimulators/bio-compose-server-base:latest
# FROM ghcr.io/biosimulators/bio-compose-server-base:latest

# TODO: change this back to latest once stable
FROM ghcr.io/biosimulators/bio-compose-server-base:0.0.5-test

SHELL ["/usr/bin/env", "bash", "-c"]

Expand Down

0 comments on commit 9a51ae9

Please sign in to comment.