@@ -51,7 +51,7 @@ x-shared:
51
51
LETSENCRYPT_HOST :
52
52
LETSENCRYPT_EMAIL :
53
53
54
- image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-45 }
54
+ image : ${IMAGE_REPO:-ghcr.io/zammad/zammad}:${VERSION:-6.4.1-64 }
55
55
restart : ${RESTART:-always}
56
56
volumes :
57
57
- zammad-storage:/opt/zammad/storage
@@ -70,7 +70,7 @@ services:
70
70
user : 0:0
71
71
72
72
zammad-elasticsearch :
73
- image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.1 }
73
+ image : bitnami/elasticsearch:${ELASTICSEARCH_VERSION:-8.17.3 }
74
74
restart : ${RESTART:-always}
75
75
volumes :
76
76
- elasticsearch-data:/bitnami/elasticsearch/data
@@ -93,7 +93,7 @@ services:
93
93
94
94
zammad-memcached :
95
95
command : memcached -m 256M
96
- image : memcached:${MEMCACHE_VERSION:-1.6.36 -alpine}
96
+ image : memcached:${MEMCACHE_VERSION:-1.6.37 -alpine}
97
97
restart : ${RESTART:-always}
98
98
99
99
zammad-nginx :
@@ -111,7 +111,7 @@ services:
111
111
POSTGRES_DB : ${POSTGRES_DB:-zammad_production}
112
112
POSTGRES_USER : ${POSTGRES_USER:-zammad}
113
113
POSTGRES_PASSWORD : ${POSTGRES_PASS:-zammad}
114
- image : postgres:${POSTGRES_VERSION:-17.2 -alpine}
114
+ image : postgres:${POSTGRES_VERSION:-17.4 -alpine}
115
115
restart : ${RESTART:-always}
116
116
volumes :
117
117
- postgresql-data:/var/lib/postgresql/data
0 commit comments