|
@@ -1,5 +1,5 @@
|
|
|
default:
|
|
|
- image: registry.znuny.com/docker/zammad-ruby:2.6.5
|
|
|
+ image: registry.znuny.com/docker/zammad-ruby:2.6.6
|
|
|
|
|
|
include:
|
|
|
- local: '/.gitlab/ci/base.yml'
|
|
@@ -37,9 +37,9 @@ variables:
|
|
|
# Cache gems in between jobs and pipelines
|
|
|
# ATTENTION: We use a combination of the Ruby major and minor version number
|
|
|
# as a key for the cache to avoid cache growth and incompatibilities between
|
|
|
-# the gems. Search hook: 2.6.5 (change it when updating the Ruby version too)
|
|
|
+# the gems. Search hook: 2.6.6 (change it when updating the Ruby version too)
|
|
|
cache:
|
|
|
- key: "ruby26"
|
|
|
+ key: "ruby266"
|
|
|
paths:
|
|
|
- vendor/ruby
|
|
|
|