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.7
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.5.8
7
- ENV MEMCACHED_SHA1 8db4363728edfce6c665c181f2237c7ea8ba3ea8
6
+ ENV MEMCACHED_VERSION 1.5.9
7
+ ENV MEMCACHED_SHA1 7d3807ed240597444c97e11b0f61d16964feff1c
8
8
9
9
RUN set -x \
10
10
\
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM debian:stretch-slim
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 groupadd -r memcache && useradd -r -g memcache memcache
5
5
6
- ENV MEMCACHED_VERSION 1.5.8
7
- ENV MEMCACHED_SHA1 8db4363728edfce6c665c181f2237c7ea8ba3ea8
6
+ ENV MEMCACHED_VERSION 1.5.9
7
+ ENV MEMCACHED_SHA1 7d3807ed240597444c97e11b0f61d16964feff1c
8
8
9
9
RUN set -x \
10
10
\
You can’t perform that action at this time.
0 commit comments