Skip to content

Commit daa5171

Browse files
Update to 1.5.9
1 parent a027e9e commit daa5171

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.7
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.5.8
7-
ENV MEMCACHED_SHA1 8db4363728edfce6c665c181f2237c7ea8ba3ea8
6+
ENV MEMCACHED_VERSION 1.5.9
7+
ENV MEMCACHED_SHA1 7d3807ed240597444c97e11b0f61d16964feff1c
88

99
RUN set -x \
1010
\

debian/Dockerfile

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

6-
ENV MEMCACHED_VERSION 1.5.8
7-
ENV MEMCACHED_SHA1 8db4363728edfce6c665c181f2237c7ea8ba3ea8
6+
ENV MEMCACHED_VERSION 1.5.9
7+
ENV MEMCACHED_SHA1 7d3807ed240597444c97e11b0f61d16964feff1c
88

99
RUN set -x \
1010
\

0 commit comments

Comments
 (0)