Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 2, 2026

🤖 Automated GeoLite2 Database Checksum Update

The GeoLite2-Country.mmdb database has been updated upstream.

Changes

  • Old checksum: 6b778471c086c44d15bd4df954661d441a5513ec48f1af5545cb05af8f2e15b9
  • New checksum: 436135ee98a521da715a6d483951f3dbbd62557637f2d50d1987fc048874bd5d
  • File modified: Dockerfile (line 352)

Verification Required

  • Local build passes: docker build --no-cache -t test .
  • Container starts successfully
  • API health check responds: curl http://localhost:8080/api/v1/health
  • CI build passes

Testing Commands

# Verify checksum locally
curl -fsSL "https://github.com/P3TERX/GeoLite.mmdb/raw/download/GeoLite2-Country.mmdb" | sha256sum

# Build and test
docker build --no-cache --pull -t charon:test-geolite2 .
docker run --rm charon:test-geolite2 /app/charon --version

Related Documentation


Auto-generated by: .github/workflows/update-geolite2.yml
Trigger: Scheduled weekly check (Mondays 2 AM UTC)

Automated checksum update for GeoLite2-Country.mmdb database.

Old: 6b778471c086c44d15bd4df954661d441a5513ec48f1af5545cb05af8f2e15b9
New: 436135ee98a521da715a6d483951f3dbbd62557637f2d50d1987fc048874bd5d

Auto-generated by: .github/workflows/update-geolite2.yml
@github-actions github-actions bot added automated Automatically generated by CI/CD dependencies docker labels Feb 2, 2026
@Wikid82 Wikid82 merged commit cc92c66 into development Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automatically generated by CI/CD dependencies docker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant