From e5c7cc9d32ef4600605b228f2947db7a26bfe0c0 Mon Sep 17 00:00:00 2001 From: godog <godog@autistici.org> Date: Thu, 20 Feb 2020 12:14:24 +0100 Subject: [PATCH] Update to 1.4.3 --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f5f8f43..28e2274 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:stable AS build -ENV RC_VERSION=1.4.2 +ENV RC_VERSION=1.4.3 ADD . /build RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends bash curl make patch rsync default-jre-headless wget unzip diff --git a/Makefile b/Makefile index 9ef952d..85a8cf4 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Which Roundcube version to install. -RC_VERSION = 1.4.2 +RC_VERSION = 1.4.3 TARGET = ./build -- GitLab