Skip to content

Add image tag v2.0.65 to docker-compose#193

Open
choridev wants to merge 2 commits intotoncenter:masterfrom
choridev:add-image-tag
Open

Add image tag v2.0.65 to docker-compose#193
choridev wants to merge 2 commits intotoncenter:masterfrom
choridev:add-image-tag

Conversation

@choridev
Copy link
Copy Markdown

Summary

  • Pin the toncenter/ton-http-api Docker image to tag v2.0.65 in docker-compose.yaml.
  • Previously the image used latest (no tag), which could pull unexpected versions.
  • Follows the same approach as the ton-indexer repository, where a specific version tag is pinned for the Docker image.

Why

Pinning to a specific image tag ensures reproducible deployments and avoids surprises from upstream image updates.

- docker-compose.yaml: use ${IMAGE_TAG:-latest} so the tag is not hardcoded
- configure.py: add IMAGE_TAG (default: latest) to generated .env
- README.md: document IMAGE_TAG under Configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant