Skip to content

Commit

Permalink
Update blockscout to 5.3.3-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DracoLi committed Dec 19, 2023
1 parent 9b81a61 commit 34fdc91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ POSTGRES_MAX_NUM_CONNECTIONS=200
# Used by the blockscout makefile targets
IMAGE_NAME=kava-blockscout
LOCAL_IMAGE_TAG=local
PRODUCTION_IMAGE_TAG=v5.3.1
PRODUCTION_IMAGE_TAG=v5.3.3

# Used by the blockscout docker file
BLOCKSCOUT_DOCKER_VERSION=5.3.1
BLOCKSCOUT_DOCKER_VERSION=5.3.3

# Used by the blockscout docker compose service
BLOCKSCOUT_HOST_PORT=4000
Expand Down
4 changes: 2 additions & 2 deletions blockscout/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Raw version representing v5.3.1-beta
ARG BLOCKSCOUT_VERSION=5.3.1
# Raw version representing v5.3.3-beta
ARG BLOCKSCOUT_VERSION=5.3.3

#
# The backend-builder uses the official exlixir docker image that contains
Expand Down
2 changes: 1 addition & 1 deletion blockscout/blockscout-base
Submodule blockscout-base updated 244 files
4 changes: 2 additions & 2 deletions blockscout/local.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Raw version representing v5.3.1-beta
ARG BLOCKSCOUT_VERSION=5.3.1
# Raw version representing v5.3.3-beta
ARG BLOCKSCOUT_VERSION=5.3.3

#
# The backend-builder uses the official exlixir docker image that contains
Expand Down

0 comments on commit 34fdc91

Please sign in to comment.