We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45141ca commit f981e96Copy full SHA for f981e96
Makefile
@@ -15,4 +15,8 @@ build-deployer6:
15
16
.PHONY: build-deployer7
17
build-deployer7:
18
- VERSION=deployer7 CONTEXT=deployer/v7 $(MAKE) _docker-build
+ VERSION=deployer7 CONTEXT=deployer/v7 $(MAKE) _docker-build
19
+
20
+.PHONY: build-deployer8
21
+build-deployer8:
22
+ VERSION=deployer8 CONTEXT=deployer/v8 $(MAKE) _docker-build
deployer/v7/Dockerfile
@@ -2,7 +2,7 @@ FROM dockette/php:8.3
2
3
LABEL maintainer="[email protected]"
4
5
-ENV DEPLOYER_VERSION=7.4.0
+ENV DEPLOYER_VERSION=7.5.12
6
ENV DEPLOYER_BIN=/usr/local/bin/dep
7
8
# INSTALLATION
0 commit comments