From d128ca5388d53e2b69ae6ab88c1e0bba88cd1de5 Mon Sep 17 00:00:00 2001 From: Herloct Date: Thu, 1 Jun 2017 02:29:39 +0700 Subject: [PATCH] Update binary to 5.0.2. (#4) --- .travis.yml | 2 +- Dockerfile | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 94ceb7e..56c466d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: fast_finish: true include: - env: - - DEPLOYER_VERSION=5.0.1 + - DEPLOYER_VERSION=5.0.2 - IS_LATEST=1 before_script: diff --git a/Dockerfile b/Dockerfile index 4945e57..495178a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine MAINTAINER herloct -ENV DEPLOYER_VERSION=5.0.1 +ENV DEPLOYER_VERSION=5.0.2 RUN apk update --no-cache \ && apk add --no-cache \ diff --git a/README.md b/README.md index 4a6299c..8051fee 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ## Supported tags and respective `Dockerfile` links -* [`5.0.1`, `latest`](https://github.com/herloct/docker-deployer/blob/5.0.1/Dockerfile) +* [`5.0.2`, `latest`](https://github.com/herloct/docker-deployer/blob/5.0.2/Dockerfile) +* [`5.0.1`](https://github.com/herloct/docker-deployer/blob/5.0.1/Dockerfile) * [`5.0.0`](https://github.com/herloct/docker-deployer/blob/5.0.0/Dockerfile) * [`4.3.0`](https://github.com/herloct/docker-deployer/blob/4.3.0/Dockerfile) * [`4.2.1`](https://github.com/herloct/docker-deployer/blob/4.2.1/Dockerfile)