From b08bb3669d1904f7d56578adadaaf32c0b491d7a Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Sat, 24 Feb 2024 23:00:38 +0000 Subject: [PATCH] bump dottie version --- Dockerfile | 2 +- docker/shell | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c6b297105..42238329c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/docker/shell b/docker/shell index fc889b964..7b725e1b0 100755 --- a/docker/shell +++ b/docker/shell @@ -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[@]}"