Skip to content

Commit

Permalink
chore: update inheriting version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Jan 18, 2025
1 parent a373e12 commit ecaaebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateway/Dockerfile-gateway
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/biosimulators/bio-compose-server-base:0.0.4-dev
FROM ghcr.io/biosimulators/bio-compose-server-base:latest
# STABLE IS 0.0.2-dev

LABEL org.opencontainers.image.title="bio-compose-server-gateway" \
Expand Down
2 changes: 1 addition & 1 deletion worker/Dockerfile-worker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/biosimulators/bio-compose-server-base:0.0.4-dev
FROM ghcr.io/biosimulators/bio-compose-server-base:latest
# STABLE IS 0.0.2-dev

LABEL org.opencontainers.image.title="bio-compose-server-worker" \
Expand Down

0 comments on commit ecaaebf

Please sign in to comment.