Skip to content

Commit

Permalink
#2: upgraded Alpine to 3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
malexer committed Sep 21, 2021
1 parent b8e90e3 commit 43dcb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build image

FROM alpine:3.7 as builder
FROM alpine:3.14 as builder

ENV TWEMPROXY_URL https://github.com/twitter/twemproxy/releases/download/0.5.0/twemproxy-0.5.0.tar.gz

Expand All @@ -14,7 +14,7 @@ RUN curl -L "$TWEMPROXY_URL" | tar xzf - && \

# Main image

FROM alpine:3.7
FROM alpine:3.14

ENV LISTEN_PORT="6380" \
REDIS_SERVERS="127.0.0.1:6378:1,127.0.0.1:6379:1" \
Expand Down

0 comments on commit 43dcb72

Please sign in to comment.