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 @@ -3,8 +3,8 @@ FROM alpine:3.5
3
3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
4
4
RUN adduser -D memcache
5
5
6
- ENV MEMCACHED_VERSION 1.4.34
7
- ENV MEMCACHED_SHA1 7c7214f5183c6e20c22b243e21ed1ffddb91497e
6
+ ENV MEMCACHED_VERSION 1.4.35
7
+ ENV MEMCACHED_SHA1 787991c0df75defbb91518c9796f8244852a018a
8
8
9
9
RUN set -x \
10
10
&& apk add --no-cache --virtual .build-deps \
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
7
libevent-2.0-5 \
8
8
&& rm -rf /var/lib/apt/lists/*
9
9
10
- ENV MEMCACHED_VERSION 1.4.34
11
- ENV MEMCACHED_SHA1 7c7214f5183c6e20c22b243e21ed1ffddb91497e
10
+ ENV MEMCACHED_VERSION 1.4.35
11
+ ENV MEMCACHED_SHA1 787991c0df75defbb91518c9796f8244852a018a
12
12
13
13
RUN set -x \
14
14
&& buildDeps=' \
You can’t perform that action at this time.
0 commit comments