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

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Jun 3, 2024

Changes:

Changes:

- docker-library/memcached@4ff42b3: Update 1 to 1.6.28
@yosifkit yosifkit requested a review from a team as a code owner June 3, 2024 16:05
Copy link

github-actions bot commented Jun 3, 2024

Diff for 11cf43b:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6012e76..06d37ad 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.27, 1.6, 1, latest, 1.6.27-bookworm, 1.6-bookworm, 1-bookworm, bookworm
+Tags: 1.6.28, 1.6, 1, latest, 1.6.28-bookworm, 1.6-bookworm, 1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 89cfc0a083fd575c2d809c280e7e5ba9b1622072
+GitCommit: 4ff42b38a59b98c91a33d1d91d4b2f0d492c951e
 Directory: 1/debian
 
-Tags: 1.6.27-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.27-alpine3.20, 1.6-alpine3.20, 1-alpine3.20, alpine3.20
+Tags: 1.6.28-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.28-alpine3.20, 1.6-alpine3.20, 1-alpine3.20, alpine3.20
 Architectures: amd64, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 0f0140d7051feedb89e5373ce965fa33a2ef17d5
+GitCommit: 4ff42b38a59b98c91a33d1d91d4b2f0d492c951e
 Directory: 1/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 8d050e7..f52e006 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ memcached:1.6
 memcached:1.6-alpine
 memcached:1.6-alpine3.20
 memcached:1.6-bookworm
-memcached:1.6.27
-memcached:1.6.27-alpine
-memcached:1.6.27-alpine3.20
-memcached:1.6.27-bookworm
+memcached:1.6.28
+memcached:1.6.28-alpine
+memcached:1.6.28-alpine3.20
+memcached:1.6.28-bookworm
 memcached:alpine
 memcached:alpine3.20
 memcached:bookworm
diff --git a/memcached_alpine3.20/Dockerfile b/memcached_alpine3.20/Dockerfile
index 4f13007..fdba7a2 100644
--- a/memcached_alpine3.20/Dockerfile
+++ b/memcached_alpine3.20/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.27
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.27.tar.gz
-ENV MEMCACHED_SHA1 baf2e7494e1f62d275ff29a99f270abbdb923f75
+ENV MEMCACHED_VERSION 1.6.28
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.28.tar.gz
+ENV MEMCACHED_SHA1 d7857f9bf51abb2d2106fc6c278682d2f5d7471b
 
 RUN set -eux; \
 	\
diff --git a/memcached_bookworm/Dockerfile b/memcached_bookworm/Dockerfile
index b09143b..265faa5 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.27
-ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.27.tar.gz
-ENV MEMCACHED_SHA1 baf2e7494e1f62d275ff29a99f270abbdb923f75
+ENV MEMCACHED_VERSION 1.6.28
+ENV MEMCACHED_URL https://memcached.org/files/memcached-1.6.28.tar.gz
+ENV MEMCACHED_SHA1 d7857f9bf51abb2d2106fc6c278682d2f5d7471b
 
 RUN set -eux; \
 	\

Relevant Maintainers:

@tianon tianon merged commit 521fdf4 into docker-library:master Jun 3, 2024
7 checks passed
@tianon tianon deleted the memcached branch June 3, 2024 17:48
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