Skip to content

Commit

Permalink
tmux 3.1b
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonenzo committed Jun 24, 2020
1 parent b67ab61 commit bd51d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd51d5f

Please sign in to comment.