Skip to content

Commit 93f071d

Browse files
committed
Update older versions
1 parent c5da101 commit 93f071d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

deployer/v4/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM dockette/php:7.1
22

3+
LABEL maintainer="[email protected]"
4+
35
ENV DEPLOYER_VERSION=4.3.2
46
ENV DEPLOYER_BIN=/usr/local/bin/dep
57

deployer/v5/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM dockette/php:7.3
22

3+
LABEL maintainer="[email protected]"
4+
35
ENV DEPLOYER_VERSION=5.1.3
46
ENV DEPLOYER_BIN=/usr/local/bin/dep
57

deployer/v6/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM dockette/php:7.4
22

3-
ENV DEPLOYER_VERSION=6.7.3
3+
LABEL maintainer="[email protected]"
4+
5+
ENV DEPLOYER_VERSION=6.9.0
46
ENV DEPLOYER_BIN=/usr/local/bin/dep
57

68
# INSTALLATION

0 commit comments

Comments
 (0)