Skip to content

Commit 61b9962

Browse files
Update to 1.4.38
1 parent 7399f3d commit 61b9962

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.37
7-
ENV MEMCACHED_SHA1 6a6c2ab70e9470fef939afff1cb58b7602077611
6+
ENV MEMCACHED_VERSION 1.4.38
7+
ENV MEMCACHED_SHA1 68f8df44f2a215d9f9767e76bf8ef03d9134ffb4
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
@@ -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
44
RUN 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

99
RUN set -x \
1010
&& buildDeps=' \

0 commit comments

Comments
 (0)