1
0
Fork 0

bump dottie version

This commit is contained in:
Christian Winther 2024-02-24 23:00:38 +00:00
parent 1976af6dd1
commit b08bb3669d
2 changed files with 7 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ARG FOREGO_VERSION="0.17.2"
ARG GOMPLATE_VERSION="v3.11.6"
# See: https://github.com/jippi/dottie
ARG DOTTIE_VERSION="v0.9.3"
ARG DOTTIE_VERSION="v0.9.5"
###
# PHP base configuration

View File

@ -9,4 +9,9 @@ if [[ $# -ge 1 ]]; then
command=("$@")
fi
exec docker compose exec --user "${user}" "${service}" "${command[@]}"
exec docker compose exec \
--user "${user}" \
--env TERM \
--env COLORTERM \
"${service}" \
"${command[@]}"