You've already forked docker-compose-docker
Compare commits
2 Commits
5918e01a0e
...
v2.37.3
Author | SHA1 | Date | |
---|---|---|---|
dccf3c3093
|
|||
fd87fbd437
|
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
||||
# DC_VERSION
|
||||
# Only required to install a specify version
|
||||
DC_VERSION?=v2.38.0 # renovate: datasource=github-releases depName=docker/compose
|
||||
DC_VERSION?=v2.37.3 # renovate: datasource=github-releases depName=docker/compose
|
||||
|
||||
# CONTAINER_RUNTIME
|
||||
# The CONTAINER_RUNTIME variable will be used to specified the path to a container runtime. This is needed to start and
|
||||
@ -46,4 +46,4 @@ container-image/push:
|
||||
# =====================================================================================================================
|
||||
# Declare the contents of the PHONY variable as phony. We keep that information in a variable so we can use it in
|
||||
# if_changed.
|
||||
.PHONY: ${PHONY}
|
||||
.PHONY: ${PHONY}
|
||||
|
Reference in New Issue
Block a user