Skip to content

Commit f656df1

Browse files
Update to 1.4.39
1 parent 61b9962 commit f656df1

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.38
7-
ENV MEMCACHED_SHA1 68f8df44f2a215d9f9767e76bf8ef03d9134ffb4
6+
ENV MEMCACHED_VERSION 1.4.39
7+
ENV MEMCACHED_SHA1 9d6f77f4f9f1b50289882fd88851dece7699c74b
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.38
7-
ENV MEMCACHED_SHA1 68f8df44f2a215d9f9767e76bf8ef03d9134ffb4
6+
ENV MEMCACHED_VERSION 1.4.39
7+
ENV MEMCACHED_SHA1 9d6f77f4f9f1b50289882fd88851dece7699c74b
88

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

0 commit comments

Comments
 (0)