From f526f82995f7001cb5fa59742ceec6e444239630 Mon Sep 17 00:00:00 2001 From: Zdenek Kubala <zkubala@suse.com> Date: Thu, 8 Aug 2024 13:38:34 +0200 Subject: [PATCH] update to 1.6.8 --- .gitlab-ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3829eed..f7a2e65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: docker:24 variables: DOCKER_TLS_CERTDIR: "/certs" - BUILD_VERSION: p7 + BUILD_VERSION: p8 services: - docker:24-dind diff --git a/Dockerfile b/Dockerfile index 73e3102..2579143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM roundcube/roundcubemail:1.6.4-apache +FROM roundcube/roundcubemail:1.6.8-apache MAINTAINER Andrej RamaĊĦeuski <andrej.ramaseuski@pirati.cz> RUN set -ex; \ -- GitLab