From bd51d5faa91a6e6713c75f351de0087023f5173b Mon Sep 17 00:00:00 2001 From: Nelson Hernandez Date: Wed, 24 Jun 2020 11:30:33 -0700 Subject: [PATCH] tmux 3.1b --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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