Skip to content

Commit

Permalink
Merge pull request #15 from mailgun/anton/update-dockerfile
Browse files Browse the repository at this point in the history
Fix Dockerfile, bump etcd version to v3.3.12
  • Loading branch information
anton-efimenko authored Feb 11, 2019
2 parents b98e72e + 5d1a2fd commit 99d2255
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /work

RUN \
apk update && \
apk add bash
apk add bash curl tar gzip

COPY . \
/work/
Expand Down
2 changes: 1 addition & 1 deletion scripts/common.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

export ETCD3_VERSION=${ETCD3_VERSION:=v3.3.10}
export ETCD3_VERSION=${ETCD3_VERSION:=v3.3.12}
export CLUSTER_SIZE=${CLUSTER_SIZE:=3}
export ETCD3_PASSWORD=${ETCD3_PASSWORD:=${ETCD3_USER}}
export WORKSPACE_DIR=tests/.workspace
Expand Down

0 comments on commit 99d2255

Please sign in to comment.