Skip to content

Commit

Permalink
Update to 1.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Jan 11, 2023
1 parent cd28d91 commit 32c314b
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.17
ENV MEMCACHED_SHA1 e25639473e15f1bd9516b915fb7e03ab8209030f
ENV MEMCACHED_VERSION 1.6.18
ENV MEMCACHED_SHA1 be16909bb75ab972ee5fe438312501de01c4725a

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.17
ENV MEMCACHED_SHA1 e25639473e15f1bd9516b915fb7e03ab8209030f
ENV MEMCACHED_VERSION 1.6.18
ENV MEMCACHED_SHA1 be16909bb75ab972ee5fe438312501de01c4725a

RUN set -x \
\
Expand Down

0 comments on commit 32c314b

Please sign in to comment.