Skip to content

Comments

chore(paperless-ngx): update to v2.20.8#312

Merged
bdossantos merged 2 commits intomasterfrom
copilot/update-paperless-ngx-to-v2208
Feb 22, 2026
Merged

chore(paperless-ngx): update to v2.20.8#312
bdossantos merged 2 commits intomasterfrom
copilot/update-paperless-ngx-to-v2208

Conversation

Copy link
Contributor

Copilot AI commented Feb 22, 2026

Bumps paperless-ngx from v2.19.3 to v2.20.8.

Changes

  • dockerfiles/paperless-ngx/Dockerfile: Update VERSION env var from 2.19.32.20.8

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
Copilot AI changed the title [WIP] Update paperless ngx to version 2.20.8 chore(paperless-ngx): update to v2.20.8 Feb 22, 2026
Copilot AI requested a review from bdossantos February 22, 2026 12:45
@bdossantos bdossantos marked this pull request as ready for review February 22, 2026 12:46
Copilot AI review requested due to automatic review settings February 22, 2026 12:46
@bdossantos bdossantos merged commit 4e47ee4 into master Feb 22, 2026
15 of 16 checks passed
@bdossantos bdossantos deleted the copilot/update-paperless-ngx-to-v2208 branch February 22, 2026 12:46
Copy link

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

Updates the paperless-ngx container definition to build against the v2.20.8 upstream release.

Changes:

  • Bump VERSION in the Paperless-NGX Dockerfile from 2.19.3 to 2.20.8.

Comment on lines +8 to +12
DEBIAN_FRONTEND=noninteractive \
PATH=/app/bin/:/app/.venv/bin/:$PATH \
PYTHONUSERBASE=/app \
PYTHONDONTWRITEBYTECODE=1 \
VERSION=2.19.3
VERSION=2.20.8
Copy link

Copilot AI Feb 22, 2026

Choose a reason for hiding this comment

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

VERSION is only defined via ENV in the build stage, but the final stage uses $VERSION in OCI/label-schema labels. Because stage ENV values don’t carry over between stages, these labels will resolve to an empty string in the final image. Define VERSION in the final stage too (or use a top-level ARG VERSION reused in both stages) so labels consistently reflect the image version.

Copilot uses AI. Check for mistakes.
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.

2 participants