Skip to content

Commit

Permalink
feat: upgrade rafiki to alpha 20 (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosp1011 authored Oct 24, 2024
1 parent 239e382 commit 37a9b19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ services:
# Rafiki
rafiki-auth:
container_name: rafiki-auth
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.19
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.20
restart: always
networks:
- testnet
Expand All @@ -122,7 +122,7 @@ services:

rafiki-backend:
container_name: rafiki-backend
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.19
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.20
restart: always
privileged: true
volumes:
Expand Down Expand Up @@ -171,7 +171,7 @@ services:

rafiki-frontend:
container_name: rafiki-frontend
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.19
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.20
depends_on:
- rafiki-backend
restart: always
Expand Down
6 changes: 3 additions & 3 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ services:
<<: *logging

rafiki-auth:
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.19
image: ghcr.io/interledger/rafiki-auth:v1.0.0-alpha.20
container_name: rafiki-auth
environment:
NODE_ENV: ${NODE_ENV}
Expand All @@ -153,7 +153,7 @@ services:
<<: *logging

rafiki-backend:
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.19
image: ghcr.io/interledger/rafiki-backend:v1.0.0-alpha.20
container_name: rafiki-backend
depends_on:
- postgres
Expand Down Expand Up @@ -224,7 +224,7 @@ services:
<<: *logging

rafiki-frontend:
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.19
image: ghcr.io/interledger/rafiki-frontend:v1.0.0-alpha.20
container_name: rafiki-frontend
depends_on:
- rafiki-backend
Expand Down

0 comments on commit 37a9b19

Please sign in to comment.