From ad668cd9b1a38899e904d9e7e7feabffd5af98fa Mon Sep 17 00:00:00 2001 From: casperklein Date: Wed, 1 Jun 2022 23:50:52 +0200 Subject: [PATCH] tmux 3.3 --- Dockerfile | 2 +- config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 808f7f0..2c01c4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:11-slim ENV GIT_USER="tmux" ENV GIT_REPO="tmux" -ENV GIT_COMMIT="3.2a" +ENV GIT_COMMIT="3.3" 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 f106306..409ac70 100644 --- a/config.json +++ b/config.json @@ -2,5 +2,5 @@ "user": "casperklein", "name": "docker-tmux-builder", "image": "casperklein/docker-tmux-builder", - "version": "3.2a" + "version": "3.3" }