Skip to content

Propagate changes from main into development#907

Merged
Wikid82 merged 4 commits intodevelopmentfrom
main
Apr 4, 2026
Merged

Propagate changes from main into development#907
Wikid82 merged 4 commits intodevelopmentfrom
main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Automated PR to propagate changes from main into development.

Triggered by push to main.

Wikid82 and others added 4 commits March 30, 2026 02:58
Automated checksum update for GeoLite2-Country.mmdb database.

Old: c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347
New: 7840f4b8891e7c866f948d4b020cdc12aeea51b09450b44ad96d1f14f6e32879

Auto-generated by: .github/workflows/update-geolite2.yml
Weekly: Promote nightly to main (2026-03-30)
chore(docker): update GeoLite2-Country.mmdb checksum
@github-advanced-security
Copy link
Copy Markdown
Contributor

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@Wikid82 Wikid82 marked this pull request as ready for review April 4, 2026 00:57
Copilot AI review requested due to automatic review settings April 4, 2026 00:58
@Wikid82 Wikid82 merged commit 4a3f655 into development Apr 4, 2026
162 of 170 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This automated PR propagates recent main branch updates into development, keeping branch history aligned. The only effective change in this diff is updating the expected SHA256 value for the GeoLite2 Country database used during Docker image builds.

Changes:

  • Update GEOLITE2_COUNTRY_SHA256 build argument value for the GeoLite2 Country database download.

Comment thread Dockerfile
Comment on lines 459 to 463
# This uses the publicly available GeoLite2 database
# In CI, timeout quickly rather than retrying to save build time
ARG GEOLITE2_COUNTRY_SHA256=c6549807950f93f609d6433fa295fa517fbdec0ad975a4aafba69c136d5d2347
ARG GEOLITE2_COUNTRY_SHA256=7840f4b8891e7c866f948d4b020cdc12aeea51b09450b44ad96d1f14f6e32879
RUN mkdir -p /app/data/geoip && \
if [ "$CI" = "true" ] || [ "$CI" = "1" ]; then \
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GEOLITE2_COUNTRY_SHA256 is defined/updated here but never used anywhere in the Dockerfile (only this ARG exists). As a result, the GeoLite2 download has no integrity check, and updating this value has no effect. Either wire this into the download step (verify the downloaded file hash) or remove the ARG to avoid a false sense of verification.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants