diff --git a/Dockerfile b/Dockerfile index 7b3f6f5..f553fc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:10-slim ENV GIT_USER="tmux" ENV GIT_REPO="tmux" -ENV GIT_COMMIT="3.1c" +ENV GIT_COMMIT="3.2" 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" diff --git a/config.json b/config.json index 09ac85b..c6074c6 100644 --- a/config.json +++ b/config.json @@ -2,5 +2,5 @@ "user": "casperklein", "name": "docker-tmux-builder", "image": "casperklein/docker-tmux-builder", - "version": "3.1c" + "version": "3.2" }