Skip to content

Commit

Permalink
Update binary to 5.0.2. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
herloct authored May 31, 2017
1 parent 2045c6e commit d128ca5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM php:7.1.5-alpine

MAINTAINER herloct <[email protected]>

ENV DEPLOYER_VERSION=5.0.1
ENV DEPLOYER_VERSION=5.0.2

RUN apk update --no-cache \
&& apk add --no-cache \
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d128ca5

Please sign in to comment.