Skip to content

Commit

Permalink
Update to 1.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jun 16, 2023
1 parent f8d4db9 commit d3a5163
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
# 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.20
ENV MEMCACHED_SHA1 face85ed6fad41432ad818445b24eca55bccdd78
ENV MEMCACHED_VERSION 1.6.21
ENV MEMCACHED_SHA1 6d899680b4ba4b76b6c92120143cf87630ee984a

RUN set -x \
\
Expand Down
4 changes: 2 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN set -eux; \
; \
rm -rf /var/lib/apt/lists/*

ENV MEMCACHED_VERSION 1.6.20
ENV MEMCACHED_SHA1 face85ed6fad41432ad818445b24eca55bccdd78
ENV MEMCACHED_VERSION 1.6.21
ENV MEMCACHED_SHA1 6d899680b4ba4b76b6c92120143cf87630ee984a

RUN set -x \
\
Expand Down

0 comments on commit d3a5163

Please sign in to comment.