Skip to content
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

Update memcached #18363

Merged
merged 1 commit into from
Feb 3, 2025
Merged

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Feb 3, 2025

Changes:

Changes:

- docker-library/memcached@076d636: Update 1 to 1.6.35
@yosifkit yosifkit requested a review from a team as a code owner February 3, 2025 18:35
Copy link

github-actions bot commented Feb 3, 2025

Diff for dc92371:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f938784..9dced36 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
 GitRepo: https://github.com/docker-library/memcached.git
 
-Tags: 1.6.34, 1.6, 1, latest, 1.6.34-bookworm, 1.6-bookworm, 1-bookworm, bookworm
+Tags: 1.6.35, 1.6, 1, latest, 1.6.35-bookworm, 1.6-bookworm, 1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 697784edcf62584471e2f50e4f0646aa9db40ae7
+GitCommit: 076d63673c988e02ffa3ae4b143961f95ea8295a
 Directory: 1/debian
 
-Tags: 1.6.34-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.34-alpine3.21, 1.6-alpine3.21, 1-alpine3.21, alpine3.21
+Tags: 1.6.35-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.35-alpine3.21, 1.6-alpine3.21, 1-alpine3.21, alpine3.21
 Architectures: amd64, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 697784edcf62584471e2f50e4f0646aa9db40ae7
+GitCommit: 076d63673c988e02ffa3ae4b143961f95ea8295a
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 6c5f3ea..6599045 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ memcached:1.6
 memcached:1.6-alpine
 memcached:1.6-alpine3.21
 memcached:1.6-bookworm
-memcached:1.6.34
-memcached:1.6.34-alpine
-memcached:1.6.34-alpine3.21
-memcached:1.6.34-bookworm
+memcached:1.6.35
+memcached:1.6.35-alpine
+memcached:1.6.35-alpine3.21
+memcached:1.6.35-bookworm
 memcached:alpine
 memcached:alpine3.21
 memcached:bookworm
diff --git a/memcached_alpine3.21/Dockerfile b/memcached_alpine3.21/Dockerfile
index a168378..c2851c3 100644
--- a/memcached_alpine3.21/Dockerfile
+++ b/memcached_alpine3.21/Dockerfile
@@ -14,9 +14,9 @@ RUN set -eux; \
 # ensure SASL's "libplain.so" is installed as per https://github.com/memcached/memcached/wiki/SASLHowto
 RUN apk add --no-cache libsasl
 
-ENV MEMCACHED_VERSION 1.6.34
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.34.tar.gz
-ENV MEMCACHED_SHA1 d2a0a65b3c69147e1a4fe0b3c20308c40cc0027e
+ENV MEMCACHED_VERSION 1.6.35
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.35.tar.gz
+ENV MEMCACHED_SHA1 4f6f6fc3bc058fce579679c28f117866c2c25e55
 
 RUN set -eux; \
 	\
diff --git a/memcached_bookworm/Dockerfile b/memcached_bookworm/Dockerfile
index d1f8159..35133e4 100644
--- a/memcached_bookworm/Dockerfile
+++ b/memcached_bookworm/Dockerfile
@@ -19,9 +19,9 @@ RUN set -eux; \
 	; \
 	rm -rf /var/lib/apt/lists/*
 
-ENV MEMCACHED_VERSION 1.6.34
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.34.tar.gz
-ENV MEMCACHED_SHA1 d2a0a65b3c69147e1a4fe0b3c20308c40cc0027e
+ENV MEMCACHED_VERSION 1.6.35
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.35.tar.gz
+ENV MEMCACHED_SHA1 4f6f6fc3bc058fce579679c28f117866c2c25e55
 
 RUN set -eux; \
 	\

Relevant Maintainers:

@tianon tianon merged commit db2005d into docker-library:master Feb 3, 2025
7 checks passed
@tianon tianon deleted the memcached branch February 3, 2025 22:15
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