Skip to content

Commit c7e9192

Browse files
Update to 1.4.35
1 parent 66085ed commit c7e9192

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM alpine:3.5
33
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44
RUN adduser -D memcache
55

6-
ENV MEMCACHED_VERSION 1.4.34
7-
ENV MEMCACHED_SHA1 7c7214f5183c6e20c22b243e21ed1ffddb91497e
6+
ENV MEMCACHED_VERSION 1.4.35
7+
ENV MEMCACHED_SHA1 787991c0df75defbb91518c9796f8244852a018a
88

99
RUN set -x \
1010
&& apk add --no-cache --virtual .build-deps \

debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
77
libevent-2.0-5 \
88
&& rm -rf /var/lib/apt/lists/*
99

10-
ENV MEMCACHED_VERSION 1.4.34
11-
ENV MEMCACHED_SHA1 7c7214f5183c6e20c22b243e21ed1ffddb91497e
10+
ENV MEMCACHED_VERSION 1.4.35
11+
ENV MEMCACHED_SHA1 787991c0df75defbb91518c9796f8244852a018a
1212

1313
RUN set -x \
1414
&& buildDeps=' \

0 commit comments

Comments
 (0)