Skip to content

Commit ed85919

Browse files
Update image tags to latest vs static version
1 parent 556e46a commit ed85919

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compose.prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: bailo-prod
22

33
services:
44
frontend:
5-
image: ghcr.io/gchq/bailo_frontend:v2.10.0
5+
image: ghcr.io/gchq/bailo_frontend:latest
66
pull_policy: missing
77
backend:
8-
image: ghcr.io/gchq/bailo_backend:v2.10.0
8+
image: ghcr.io/gchq/bailo_backend:latest
99
pull_policy: missing

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
modelscan:
4040
networks:
4141
internal:
42-
image: ghcr.io/gchq/bailo_modelscan:3.0.0
42+
image: ghcr.io/gchq/bailo_modelscan:latest
4343
volumes:
4444
- ./lib/modelscan_api/bailo_modelscan_api:/app/bailo_modelscan_api
4545
healthcheck:

0 commit comments

Comments
 (0)