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 #16321

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Update memcached #16321

merged 1 commit into from
Feb 28, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/memcached@c28a68e: Update 1 to 1.6.24
Copy link

Diff for 21065c3:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1e98c51..311d74f 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.23, 1.6, 1, latest, 1.6.23-bookworm, 1.6-bookworm, 1-bookworm, bookworm
+Tags: 1.6.24, 1.6, 1, latest, 1.6.24-bookworm, 1.6-bookworm, 1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 11c5b970aa93e26bfb69289741cb3ee3f171488e
+GitCommit: c28a68e5a4add95385737ef33b6fc54d446be9f7
 Directory: 1/debian
 
-Tags: 1.6.23-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.23-alpine3.19, 1.6-alpine3.19, 1-alpine3.19, alpine3.19
+Tags: 1.6.24-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.24-alpine3.19, 1.6-alpine3.19, 1-alpine3.19, alpine3.19
 Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 11c5b970aa93e26bfb69289741cb3ee3f171488e
+GitCommit: c28a68e5a4add95385737ef33b6fc54d446be9f7
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index df3a3c4..b411b0e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ memcached:1.6
 memcached:1.6-alpine
 memcached:1.6-alpine3.19
 memcached:1.6-bookworm
-memcached:1.6.23
-memcached:1.6.23-alpine
-memcached:1.6.23-alpine3.19
-memcached:1.6.23-bookworm
+memcached:1.6.24
+memcached:1.6.24-alpine
+memcached:1.6.24-alpine3.19
+memcached:1.6.24-bookworm
 memcached:alpine
 memcached:alpine3.19
 memcached:bookworm
diff --git a/memcached_alpine3.19/Dockerfile b/memcached_alpine3.19/Dockerfile
index 044cf9e..8d1a4f6 100644
--- a/memcached_alpine3.19/Dockerfile
+++ b/memcached_alpine3.19/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.23
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.23.tar.gz
-ENV MEMCACHED_SHA1 d5490856170453b15a782ad55ffdea188c2eade0
+ENV MEMCACHED_VERSION 1.6.24
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.24.tar.gz
+ENV MEMCACHED_SHA1 ee5760180a59520794b046b3fe38b923f8a6ad28
 
 RUN set -eux; \
 	\
diff --git a/memcached_bookworm/Dockerfile b/memcached_bookworm/Dockerfile
index 579e3f8..cf1a259 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.23
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.23.tar.gz
-ENV MEMCACHED_SHA1 d5490856170453b15a782ad55ffdea188c2eade0
+ENV MEMCACHED_VERSION 1.6.24
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.24.tar.gz
+ENV MEMCACHED_SHA1 ee5760180a59520794b046b3fe38b923f8a6ad28
 
 RUN set -eux; \
 	\

Relevant Maintainers:

@tianon tianon merged commit 0c7926e into docker-library:master Feb 28, 2024
7 checks passed
@tianon tianon deleted the memcached branch February 28, 2024 21:13
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