Skip to content

Commit

Permalink
tmux 3.2a
Browse files Browse the repository at this point in the history
  • Loading branch information
casperklein committed Jun 10, 2021
1 parent 9565b07 commit b5e734e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:10-slim

ENV GIT_USER="tmux"
ENV GIT_REPO="tmux"
ENV GIT_COMMIT="3.2"
ENV GIT_COMMIT="3.2a"
ENV GIT_ARCHIVE="https://github.com/$GIT_USER/$GIT_REPO/archive/$GIT_COMMIT.tar.gz"

ENV PACKAGES="file checkinstall dpkg-dev gcc make libevent-dev libncurses5-dev autoconf automake pkg-config bison"
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"user": "casperklein",
"name": "docker-tmux-builder",
"image": "casperklein/docker-tmux-builder",
"version": "3.2"
"version": "3.2a"
}

0 comments on commit b5e734e

Please sign in to comment.