Skip to content

Commit

Permalink
etcd 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegory committed Apr 5, 2018
1 parent 6fd8e13 commit 001cb44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,7 +1,7 @@
FROM appcelerator/alpine:3.7.0
FROM appcelerator/alpine:3.7.1

RUN apk --no-cache add bind-tools tini@community
ARG ETCD_VERSION=3.3.1
ARG ETCD_VERSION=3.3.3
RUN curl -L https://github.com/coreos/etcd/releases/download/v${ETCD_VERSION}/etcd-v${ETCD_VERSION}-linux-amd64.tar.gz -o etcd.tar.gz && \
tar xzf etcd.tar.gz && \
mv etcd-*/etcd /etcd-*/etcdctl /bin/ && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -65,5 +65,5 @@ give it time to stabilize, and remove the temporary members:

- 3.0, 3.0.15
- 3.1, 3.1.11
- 3.2, 3.2.16
- 3.3, 3.3.1, latest
- 3.2, 3.2.18
- 3.3, 3.3.3, latest

0 comments on commit 001cb44

Please sign in to comment.