diff --git a/Dockerfile b/Dockerfile index e4f33e6..8fe6a89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous RUN yum install -y libevent2-devel.x86_64 ncurses-devel ## Change RELEASE_TAG to desired version/git sha -ENV RELEASE_TAG=3.1a +ENV RELEASE_TAG=3.1b RUN git clone https://github.com/tmux/tmux.git && cd tmux && git checkout $RELEASE_TAG WORKDIR /tmux