Skip to content

Commit

Permalink
feat(new-version): v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drixs6o9 committed Nov 3, 2020
1 parent c1a844a commit aeb207b
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
@@ -1,7 +1,7 @@
FROM php:cli-alpine
MAINTAINER Yann LUCAS <contact@yann-lucas.fr>

ARG DEPLOYER_VERSION=6.7.3
ARG DEPLOYER_VERSION=6.8.0

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit aeb207b

Please sign in to comment.