File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ FROM dockette/php:8.1
22
33LABEL maintainer=
"[email protected] " 44
5- ENV DEPLOYER_VERSION=7.0.1
5+ ENV DEPLOYER_VERSION=7.0.2
66ENV DEPLOYER_BIN=/usr/local/bin/dep
77
88# INSTALLATION
99RUN apt update && apt dist-upgrade -y && \
1010 # DEPENDENCIES #############################################################
1111 apt install -y wget curl git openssh-client && \
1212 # DEPLOYER #################################################################
13- curl -LO https://deployer.org/ releases/v${DEPLOYER_VERSION}/deployer.phar && \
13+ curl -LO https://github.com/deployphp/deployer/ releases/download /v${DEPLOYER_VERSION}/deployer.phar && \
1414 mv deployer.phar ${DEPLOYER_BIN} && \
1515 chmod +x ${DEPLOYER_BIN} && \
1616 # CLEAN UP #################################################################
You can’t perform that action at this time.
0 commit comments