mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 22:11:26 +00:00
bump dottie version
This commit is contained in:
parent
1976af6dd1
commit
b08bb3669d
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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[@]}"
|
||||
|
|
Loading…
Reference in a new issue