Skip to content

Commit 582ab96

Browse files
Update image tags to latest vs static version
1 parent a2a250e commit 582ab96

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
@@ -59,7 +59,7 @@ services:
5959
modelscan:
6060
networks:
6161
internal:
62-
image: ghcr.io/gchq/bailo_modelscan:3.0.0
62+
image: ghcr.io/gchq/bailo_modelscan:latest
6363
volumes:
6464
- ./lib/modelscan_api/bailo_modelscan_api:/app/bailo_modelscan_api
6565
healthcheck:

0 commit comments

Comments
 (0)