diff --git a/Dockerfile b/Dockerfile index 57e66b5..21794f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM php:cli-alpine MAINTAINER Yann LUCAS -ARG DEPLOYER_VERSION=6.7.3 +ARG DEPLOYER_VERSION=6.8.0 COPY entrypoint.sh /entrypoint.sh RUN chmod +x entrypoint.sh diff --git a/README.md b/README.md index 8a13b2b..9db6dd6 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You can use this docker image in docker actions. Argument | Default value :--------------: | :-----------: -DEPLOYER_VERSION | 6.7.3 +DEPLOYER_VERSION | 6.8.0 ## Credits Based on [omouren's idea](https://github.com/omouren/docker-deployer)