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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
docker-roundcube
Merge requests
!4
update to 1.6.8
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
update to 1.6.8
djz.88/docker-roundcube:update_to_1.6.8
into
main
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
update to 1.6.8
zdenek.kubala
requested to merge
djz.88/docker-roundcube:update_to_1.6.8
into
main
Aug 8, 2024
Overview
0
Commits
1
Pipelines
1
Changes
2
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
f526f829
1 commit,
Aug 8, 2024
2 files
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.gitlab-ci.yml
+
1
−
1
View file @ f526f829
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,7 +2,7 @@ image: docker:24
@@ -2,7 +2,7 @@ image: docker:24
variables
:
variables
:
DOCKER_TLS_CERTDIR
:
"
/certs"
DOCKER_TLS_CERTDIR
:
"
/certs"
BUILD_VERSION
:
p
7
BUILD_VERSION
:
p
8
services
:
services
:
-
docker:24-dind
-
docker:24-dind
Loading