Skip to content

Commit

Permalink
Update to 1.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Aug 4, 2022
1 parent cc2c8b4 commit 1f2afc7
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.15
ENV MEMCACHED_SHA1 badcfa0d65f5797cc9c2f957f3fbfedbd8c13411
ENV MEMCACHED_VERSION 1.6.16
ENV MEMCACHED_SHA1 724f31c3462fb6b07264d72d0043fd65545fd84a

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.15
ENV MEMCACHED_SHA1 badcfa0d65f5797cc9c2f957f3fbfedbd8c13411
ENV MEMCACHED_VERSION 1.6.16
ENV MEMCACHED_SHA1 724f31c3462fb6b07264d72d0043fd65545fd84a

RUN set -x \
\
Expand Down

0 comments on commit 1f2afc7

Please sign in to comment.