File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ RUN addgroup -g 11211 memcache && adduser -D -u 11211 -G memcache memcache
6
6
# ensure SASL's "libplain.so" is installed as per https://github.com/memcached/memcached/wiki/SASLHowto
7
7
RUN apk add --no-cache libsasl
8
8
9
- ENV MEMCACHED_VERSION 1.6.15
10
- ENV MEMCACHED_SHA1 badcfa0d65f5797cc9c2f957f3fbfedbd8c13411
9
+ ENV MEMCACHED_VERSION 1.6.16
10
+ ENV MEMCACHED_SHA1 724f31c3462fb6b07264d72d0043fd65545fd84a
11
11
12
12
RUN set -x \
13
13
\
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ RUN set -eux; \
11
11
; \
12
12
rm -rf /var/lib/apt/lists/*
13
13
14
- ENV MEMCACHED_VERSION 1.6.15
15
- ENV MEMCACHED_SHA1 badcfa0d65f5797cc9c2f957f3fbfedbd8c13411
14
+ ENV MEMCACHED_VERSION 1.6.16
15
+ ENV MEMCACHED_SHA1 724f31c3462fb6b07264d72d0043fd65545fd84a
16
16
17
17
RUN set -x \
18
18
\
You can’t perform that action at this time.
0 commit comments