File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
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.12
10- ENV MEMCACHED_SHA1 40d43e98f149e13e6c81eee813e6734f23413a01
9+ ENV MEMCACHED_VERSION 1.6.13
10+ ENV MEMCACHED_SHA1 b9da57ba63ba8de8a980fe0fe2fedc8d59e1dfe3
1111
1212RUN set -x \
1313 \
@@ -22,7 +22,6 @@ RUN set -x \
2222 make \
2323 openssl \
2424 openssl-dev \
25- patch \
2625 perl \
2726 perl-io-socket-ssl \
2827 perl-utils \
@@ -35,11 +34,6 @@ RUN set -x \
3534 \
3635 && cd /usr/src/memcached \
3736 \
38- # https://github.com/docker-library/memcached/issues/71#issuecomment-937067759 🙈
39- && wget -O cdefs.patch 'https://github.com/memcached/memcached/commit/7e570c789f4473354461e6eeb8bb7a283df613bf.patch' \
40- && patch -p1 --input=cdefs.patch \
41- && rm cdefs.patch \
42- \
4337 && ./configure \
4438 --build="$gnuArch" \
4539 --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.12
15- ENV MEMCACHED_SHA1 40d43e98f149e13e6c81eee813e6734f23413a01
14+ ENV MEMCACHED_VERSION 1.6.13
15+ ENV MEMCACHED_SHA1 b9da57ba63ba8de8a980fe0fe2fedc8d59e1dfe3
1616
1717RUN set -x \
1818 \
You can’t perform that action at this time.
0 commit comments