File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ services:
5959 depends_on :
6060 backend :
6161 condition : service_healthy
62- image : metados/blockscout-frontend@sha256:3554f66094aaddc235bae3800a6766fb6c0c1826a0a527eeceba9133509b78df
62+ image : metados/blockscout-frontend@sha256:693dd82611787285ffd27c14fadefd2f7521b81bee5dc20abdfffe3637584943
6363 pull_policy : always
6464 restart : always
6565 environment :
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ services:
9191 depends_on :
9292 backend :
9393 condition : service_healthy
94- image : metados/blockscout-frontend@sha256:3554f66094aaddc235bae3800a6766fb6c0c1826a0a527eeceba9133509b78df
94+ image : metados/blockscout-frontend@sha256:693dd82611787285ffd27c14fadefd2f7521b81bee5dc20abdfffe3637584943
9595 pull_policy : always
9696 restart : always
9797 container_name : frontend
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ services:
104104 frontend :
105105 depends_on :
106106 - backend
107- image : metados/blockscout-frontend@sha256:3554f66094aaddc235bae3800a6766fb6c0c1826a0a527eeceba9133509b78df
107+ image : metados/blockscout-frontend@sha256:693dd82611787285ffd27c14fadefd2f7521b81bee5dc20abdfffe3637584943
108108 pull_policy : always
109109 platform : linux/amd64
110110 restart : always
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ NEXT_PUBLIC_API_PROTOCOL=https
4040NEXT_PUBLIC_API_HOST = doscan.io
4141NEXT_PUBLIC_API_BASE_PATH = /
4242NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL = wss
43- NEXT_PUBLIC_API_SPEC_URL = https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml
43+ # NEXT_PUBLIC_API_SPEC_URL=https://raw.githubusercontent.com/blockscout/blockscout-api-v2-swagger/main/swagger.yaml # deprecated in latest frontend image
4444# NEXT_PUBLIC_API_TIMEOUT=10000 # API request timeout in ms (default: 10000)
4545# NEXT_PUBLIC_SAFE_TX_SERVICE_URL= # Safe (Gnosis Safe) transaction service API
4646
You can’t perform that action at this time.
0 commit comments