Skip to content

Commit 1983dc1

Browse files
JOYclaude
andcommitted
chore: Bump build version to 9.3.2, pin frontend to v1.37.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2c3a0eb commit 1983dc1

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
context: ..
3131
dockerfile: ./docker/Dockerfile
3232
args:
33-
RELEASE_VERSION: 9.0.2
33+
RELEASE_VERSION: 9.3.2
3434
links:
3535
- db:database
3636
environment:
@@ -49,7 +49,7 @@ services:
4949
context: ..
5050
dockerfile: ./docker/Dockerfile
5151
args:
52-
RELEASE_VERSION: 9.0.2
52+
RELEASE_VERSION: 9.3.2
5353

5454
visualizer:
5555
extends:

docker-compose/services/frontend.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ version: '3.9'
22

33
services:
44
frontend:
5-
image: ghcr.io/blockscout/frontend:${FRONTEND_DOCKER_TAG:-latest}
5+
image: ghcr.io/blockscout/frontend:${FRONTEND_DOCKER_TAG:-v1.37.0}
66
pull_policy: always
77
platform: linux/amd64
88
restart: always
99
container_name: 'frontend'
1010
env_file:
11-
- ../envs/common-frontend.env
11+
- ../envs/common-frontend.env
12+
ports:
13+
- 3000:3000

0 commit comments

Comments
 (0)