diff --git a/cosmos/Dockerfile b/cosmos/Dockerfile index b33e89277..551c5d0a2 100644 --- a/cosmos/Dockerfile +++ b/cosmos/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update -y \ && apt-get install -y zlib1g-dev make g++ wget libncursesw5 libtool autoconf tmux \ && apt-get clean -RUN bash -c "curl https://get.ignite.com/cli@v28.3.0! | bash" +RUN bash -c "curl https://get.ignite.com/cli@v28.11.2! | bash" RUN bash -c "echo export GOFLAGS='-buildvcs=false' >> $HOME/.bashrc" RUN bash -c "source $HOME/.bashrc"