Skip to content

Commit 65c99b9

Browse files
JOYclaude
andcommitted
fix(frontend): upgrade image + remove deprecated API_SPEC_URL env
- Upgrade frontend image to latest build (sha256:693dd826...) - Comment out NEXT_PUBLIC_API_SPEC_URL (deprecated in new image) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7556a95 commit 65c99b9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose/docker-compose-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

docker-compose/docker-compose-mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose/docker-compose-testnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose/envs/common-frontend.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NEXT_PUBLIC_API_PROTOCOL=https
4040
NEXT_PUBLIC_API_HOST=doscan.io
4141
NEXT_PUBLIC_API_BASE_PATH=/
4242
NEXT_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

0 commit comments

Comments
 (0)