File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-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.10
10- ENV MEMCACHED_SHA1 cb5b9fe77a2a59cc6cc7103a415bc07df9ddc6ec
9+ ENV MEMCACHED_VERSION 1.6.12
10+ ENV MEMCACHED_SHA1 40d43e98f149e13e6c81eee813e6734f23413a01
1111
1212RUN set -x \
1313 \
@@ -34,6 +34,9 @@ RUN set -x \
3434 \
3535 && cd /usr/src/memcached \
3636 \
37+ # https://github.com/docker-library/memcached/issues/71#issuecomment-937067759 🙈
38+ && sed -i -e '/cdefs/d' queue.h \
39+ \
3740 && ./configure \
3841 --build="$gnuArch" \
3942 --enable-extstore \
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.10
15- ENV MEMCACHED_SHA1 cb5b9fe77a2a59cc6cc7103a415bc07df9ddc6ec
14+ ENV MEMCACHED_VERSION 1.6.12
15+ ENV MEMCACHED_SHA1 40d43e98f149e13e6c81eee813e6734f23413a01
1616
1717RUN set -x \
1818 \
You can’t perform that action at this time.
0 commit comments