Skip to content

chore(docker): update GeoLite2-Country.mmdb checksum#935

Merged
Wikid82 merged 1 commit intomainfrom
bot/update-geolite2-checksum
Apr 13, 2026
Merged

chore(docker): update GeoLite2-Country.mmdb checksum#935
Wikid82 merged 1 commit intomainfrom
bot/update-geolite2-checksum

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 Automated GeoLite2 Database Checksum Update

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

Changes

  • Old checksum: f5e80a9a3129d46e75c8cccd66bfac725b0449a6c89ba5093a16561d58f20bda
  • New checksum: b018842033872f19ed9ccefb863ec954f8024db2ae913d0d4ea14e35ace4eba1
  • 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: f5e80a9a3129d46e75c8cccd66bfac725b0449a6c89ba5093a16561d58f20bda
New: b018842033872f19ed9ccefb863ec954f8024db2ae913d0d4ea14e35ace4eba1

Auto-generated by: .github/workflows/update-geolite2.yml
@github-actions github-actions bot added automated Automatically generated by CI/CD dependencies docker labels Apr 13, 2026
@Wikid82 Wikid82 merged commit 7bd3a73 into main Apr 13, 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