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
33# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44RUN adduser -D memcache
55
6- ENV MEMCACHED_VERSION 1.4.37
7- ENV MEMCACHED_SHA1 6a6c2ab70e9470fef939afff1cb58b7602077611
6+ ENV MEMCACHED_VERSION 1.4.38
7+ ENV MEMCACHED_SHA1 68f8df44f2a215d9f9767e76bf8ef03d9134ffb4
88
99RUN set -x \
1010 && apk add --no-cache --virtual .build-deps \
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ FROM debian:jessie-slim
33# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
44RUN groupadd -r memcache && useradd -r -g memcache memcache
55
6- ENV MEMCACHED_VERSION 1.4.37
7- ENV MEMCACHED_SHA1 6a6c2ab70e9470fef939afff1cb58b7602077611
6+ ENV MEMCACHED_VERSION 1.4.38
7+ ENV MEMCACHED_SHA1 68f8df44f2a215d9f9767e76bf8ef03d9134ffb4
88
99RUN set -x \
1010 && buildDeps=' \
You can’t perform that action at this time.
0 commit comments