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
66# ensure SASL's "libplain.so" is installed as per https://github.com/memcached/memcached/wiki/SASLHowto
77RUN apk add --no-cache libsasl
88
9- ENV MEMCACHED_VERSION 1.6.17
10- ENV MEMCACHED_SHA1 e25639473e15f1bd9516b915fb7e03ab8209030f
9+ ENV MEMCACHED_VERSION 1.6.18
10+ ENV MEMCACHED_SHA1 be16909bb75ab972ee5fe438312501de01c4725a
1111
1212RUN set -x \
1313 \
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ RUN set -eux; \
1111 ; \
1212 rm -rf /var/lib/apt/lists/*
1313
14- ENV MEMCACHED_VERSION 1.6.17
15- ENV MEMCACHED_SHA1 e25639473e15f1bd9516b915fb7e03ab8209030f
14+ ENV MEMCACHED_VERSION 1.6.18
15+ ENV MEMCACHED_SHA1 be16909bb75ab972ee5fe438312501de01c4725a
1616
1717RUN set -x \
1818 \
You can’t perform that action at this time.
0 commit comments