Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ services:
depends_on:
backend:
condition: service_healthy
image: metados/blockscout-frontend:2.9.5-dos.1@sha256:fbff8bc6881caa6adb72303b4ae40a636279e2f6da1546e6b6c2074550f73abd
image: metados/blockscout-frontend:2.9.5-dos.2@sha256:7d676950e8beb40e947b098f3fc39b9394f6ffac4ec0eccd58c25acac05eba19
pull_policy: always
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
start_period: 90s

frontend:
image: metados/blockscout-frontend:2.9.5-dos.1@sha256:fbff8bc6881caa6adb72303b4ae40a636279e2f6da1546e6b6c2074550f73abd
image: metados/blockscout-frontend:2.9.5-dos.2@sha256:7d676950e8beb40e947b098f3fc39b9394f6ffac4ec0eccd58c25acac05eba19
pull_policy: always
restart: unless-stopped
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ services:
start_period: 120s

frontend:
image: metados/blockscout-frontend:2.9.5-dos.1@sha256:fbff8bc6881caa6adb72303b4ae40a636279e2f6da1546e6b6c2074550f73abd
image: metados/blockscout-frontend:2.9.5-dos.2@sha256:7d676950e8beb40e947b098f3fc39b9394f6ffac4ec0eccd58c25acac05eba19
pull_policy: always
restart: unless-stopped
depends_on:
Expand Down