From 9565b07d21ea438fb1e7a4a2fc493754a18fbe28 Mon Sep 17 00:00:00 2001 From: casperklein Date: Sun, 18 Apr 2021 03:18:30 +0200 Subject: [PATCH] tmux 3.2 --- Dockerfile | 2 +- config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }