Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-roundcube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
docker-roundcube
Compare revisions
eed9173cc36eb5d41dd3843458161c0ea33ef69c to main
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
to/docker-roundcube
Select target project
No results found
main
Select Git revision
Swap
Target
djz.88/docker-roundcube
Select target project
to/docker-roundcube
djz.88/docker-roundcube
2 results
eed9173cc36eb5d41dd3843458161c0ea33ef69c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
update to 1.6.8
· f526f829
Zdenek Kubala
authored
7 months ago
f526f829
Merge branch 'update_to_1.6.8' into 'main'
· 675656c1
zdenek.kubala
authored
7 months ago
update to 1.6.8 See merge request
!4
675656c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
View file @
675656c1
...
...
@@ -2,7 +2,7 @@ image: docker:24
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
BUILD_VERSION
:
p
7
BUILD_VERSION
:
p
8
services
:
-
docker:24-dind
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
View file @
675656c1
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
;
\
...
...
This diff is collapsed.
Click to expand it.