Skip to content

Commit 4538128

Browse files
Update to 1.6.6
1 parent 8c08158 commit 4538128

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
66
# ensure SASL's "libplain.so" is installed as per https://github.com/memcached/memcached/wiki/SASLHowto
77
RUN apk add --no-cache cyrus-sasl-plain
88

9-
ENV MEMCACHED_VERSION 1.6.5
10-
ENV MEMCACHED_SHA1 1ddb5f37f69946b63512ad0f89dc448ff7ba5713
9+
ENV MEMCACHED_VERSION 1.6.6
10+
ENV MEMCACHED_SHA1 d8895b12dc9fc82b389f1713e2c09cc6ca3d03e4
1111

1212
RUN set -x \
1313
\

debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ RUN set -eux; \
1111
; \
1212
rm -rf /var/lib/apt/lists/*
1313

14-
ENV MEMCACHED_VERSION 1.6.5
15-
ENV MEMCACHED_SHA1 1ddb5f37f69946b63512ad0f89dc448ff7ba5713
14+
ENV MEMCACHED_VERSION 1.6.6
15+
ENV MEMCACHED_SHA1 d8895b12dc9fc82b389f1713e2c09cc6ca3d03e4
1616

1717
RUN set -x \
1818
\

0 commit comments

Comments
 (0)