Skip to content

Commit

Permalink
Update to 1.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Jun 24, 2016
1 parent 412d4e3 commit 3f5295b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM alpine:3.3
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN adduser -D memcache

ENV MEMCACHED_VERSION 1.4.26
ENV MEMCACHED_SHA1 f0d4f89ead2ac48c6b9e8070178279c0a3d45559
ENV MEMCACHED_VERSION 1.4.27
ENV MEMCACHED_SHA1 b5869038dc5f2dce24f3a62806eadfd64d58662e

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down
4 changes: 2 additions & 2 deletions debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libevent-2.0-5 \
&& rm -rf /var/lib/apt/lists/*

ENV MEMCACHED_VERSION 1.4.26
ENV MEMCACHED_SHA1 f0d4f89ead2ac48c6b9e8070178279c0a3d45559
ENV MEMCACHED_VERSION 1.4.27
ENV MEMCACHED_SHA1 b5869038dc5f2dce24f3a62806eadfd64d58662e

RUN buildDeps=' \
gcc \
Expand Down

0 comments on commit 3f5295b

Please sign in to comment.