Skip to content

Update memcached #19145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2025
Merged

Update memcached #19145

merged 1 commit into from
May 30, 2025

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/memcached@9d786e2: Update 1 to alpine 3.22
@yosifkit yosifkit requested a review from a team as a code owner May 30, 2025 20:49
Copy link

Diff for 5ae334c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 880739b..83eccea 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -6,7 +6,7 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
 GitCommit: f8aa037f70e96f77b3797a2ead8fa0e5dcdec2c1
 Directory: 1/debian
 
-Tags: 1.6.38-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.38-alpine3.21, 1.6-alpine3.21, 1-alpine3.21, alpine3.21
+Tags: 1.6.38-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.38-alpine3.22, 1.6-alpine3.22, 1-alpine3.22, alpine3.22
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: f8aa037f70e96f77b3797a2ead8fa0e5dcdec2c1
+GitCommit: 9d786e2bceabc841c7858127de29ad969454d9ac
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 9009a3c..a1bcdf7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,16 +1,16 @@
 memcached:1
 memcached:1-alpine
-memcached:1-alpine3.21
+memcached:1-alpine3.22
 memcached:1-bookworm
 memcached:1.6
 memcached:1.6-alpine
-memcached:1.6-alpine3.21
+memcached:1.6-alpine3.22
 memcached:1.6-bookworm
 memcached:1.6.38
 memcached:1.6.38-alpine
-memcached:1.6.38-alpine3.21
+memcached:1.6.38-alpine3.22
 memcached:1.6.38-bookworm
 memcached:alpine
-memcached:alpine3.21
+memcached:alpine3.22
 memcached:bookworm
 memcached:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 4dee66c..d0fcdc7 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-memcached:alpine3.21
+memcached:alpine3.22
 memcached:bookworm
diff --git a/memcached_alpine3.21/Dockerfile b/memcached_alpine3.22/Dockerfile
similarity index 99%
rename from memcached_alpine3.21/Dockerfile
rename to memcached_alpine3.22/Dockerfile
index 873eb45..916858d 100644
--- a/memcached_alpine3.21/Dockerfile
+++ b/memcached_alpine3.22/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM alpine:3.21
+FROM alpine:3.22
 
 # add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
 RUN set -eux; \
diff --git a/memcached_alpine3.21/docker-entrypoint.sh b/memcached_alpine3.22/docker-entrypoint.sh
similarity index 100%
rename from memcached_alpine3.21/docker-entrypoint.sh
rename to memcached_alpine3.22/docker-entrypoint.sh

Relevant Maintainers:

@tianon tianon merged commit b714cf9 into docker-library:master May 30, 2025
7 checks passed
@tianon tianon deleted the memcached branch May 30, 2025 21:44
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