Skip to content

Commit

Permalink
Implicit versions of Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Oct 26, 2023
1 parent 372aca3 commit c380cd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
blockscout-backend:
image: blockscout/blockscout-suave:${DOCKER_TAG:-latest}
image: blockscout/blockscout-suave:${DOCKER_TAG:-5.2.3-postrelease-08cf6668}
pull_policy: always
restart: always
stop_grace_period: 5m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
blockscout-frontend:
image: ghcr.io/blockscout/frontend:${FRONTEND_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/frontend:${FRONTEND_DOCKER_TAG:-v1.15.0}
pull_policy: always
platform: linux/amd64
restart: always
Expand Down
2 changes: 1 addition & 1 deletion suave/devenv/blockscout/services/docker-compose-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
blockscout-stats:
image: ghcr.io/blockscout/stats:${STATS_DOCKER_TAG:-latest}
image: ghcr.io/blockscout/stats:${STATS_DOCKER_TAG:-v1.4.1}
pull_policy: always
platform: linux/amd64
restart: always
Expand Down

0 comments on commit c380cd2

Please sign in to comment.