Skip to content

chore(memcached): update image to 1.6.45 - #368

Merged
bdossantos merged 1 commit into
masterfrom
copilot/update-memcached-version
Aug 16, 2026
Merged

chore(memcached): update image to 1.6.45#368
bdossantos merged 1 commit into
masterfrom
copilot/update-memcached-version

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

Updates the memcached image to the latest available upstream release and aligns the repository鈥檚 pinned metadata with that version. This keeps the published image current without changing the image鈥檚 proxy support or runtime shape.

  • Version bump

    • Update the memcached base image from 1.6.42-trixie to 1.6.45-trixie
    • Refresh the pinned image digest to match the new upstream release
    • Set VERSION in the Dockerfile to 1.6.45
  • Test alignment

    • Update the memcached container-structure test to expect memcached 1.6.45
  • Pinned reference

    FROM memcached:1.6.45-trixie@sha256:eeb9eaa939ffaa2304899674c9e88a9247ec8e5e40e424a892df7b09914bd2ec
    ENV VERSION=1.6.45

Co-authored-by: bdossantos <245284+bdossantos@users.noreply.github.com>
@bdossantos
bdossantos marked this pull request as ready for review August 16, 2026 12:07
Copilot AI lite review requested due to automatic review settings August 16, 2026 12:07
@bdossantos
bdossantos merged commit 61c9a28 into master Aug 16, 2026
@bdossantos
bdossantos deleted the copilot/update-memcached-version branch August 16, 2026 12:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the memcached image packaging in this repository to track the latest upstream memcached:1.6.45-trixie release, keeping the pinned digest and repository metadata aligned while preserving proxy support behavior.

Changes:

  • Bump the runtime base image from memcached:1.6.42-trixie to memcached:1.6.45-trixie and refresh the pinned SHA256 digest.
  • Update the Dockerfile VERSION environment value and the descriptive comment to match 1.6.45.
  • Align the container-structure test to expect memcached 1.6.45.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
dockerfiles/memcached/Dockerfile Updates pinned memcached base image tag/digest and VERSION to 1.6.45.
tests/memcached.yaml Updates version assertion to expect memcached 1.6.45.

馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants