Skip to content

Commit 53b91f1

Browse files
Update to 1.4.34
1 parent c6ba7a0 commit 53b91f1

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.33
7-
ENV MEMCACHED_SHA1 e343530c55946ccbdd78c488355b02eaf90b3b46
6+
ENV MEMCACHED_VERSION 1.4.34
7+
ENV MEMCACHED_SHA1 7c7214f5183c6e20c22b243e21ed1ffddb91497e
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.33
11-
ENV MEMCACHED_SHA1 e343530c55946ccbdd78c488355b02eaf90b3b46
10+
ENV MEMCACHED_VERSION 1.4.34
11+
ENV MEMCACHED_SHA1 7c7214f5183c6e20c22b243e21ed1ffddb91497e
1212

1313
RUN buildDeps=' \
1414
gcc \

0 commit comments

Comments
 (0)