Customize user and group id on build time #3

Merged
joao.dubas merged 3 commits from jpd-configure-user-group-id into main 2023-10-25 23:30:02 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 9a53b1f2b0 - Show all commits

View File

@ -171,7 +171,6 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install \
elixir \ elixir \
erlang \ erlang \
helm \ helm \
jq \
kubectl \ kubectl \
poetry \ poetry \
terraform terraform

View File

@ -4,7 +4,6 @@ elixir = "1.15.4-otp-26"
erlang = "26.0.2" erlang = "26.0.2"
go = "1.20.6" go = "1.20.6"
helm = "3.12.2" helm = "3.12.2"
jq = "1.7"
kubectl = "1.27.4" kubectl = "1.27.4"
node = "20.6.1" node = "20.6.1"
poetry = "1.5.1" poetry = "1.5.1"