Skip to content

Commit 457cfa9

Browse files
committed
Release docker-zulip 2.1.6-1.
1 parent 40f027f commit 457cfa9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This is a container image for running [Zulip](https://zulip.com)
66
([GitHub](https://github.com/zulip/zulip)) in
77
[production][prod-overview]. Image available from:
88

9-
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.1.6-0`)
9+
* [**Docker Hub**](https://hub.docker.com/r/zulip/docker-zulip) (`docker pull zulip/docker-zulip:2.1.6-1`)
1010

1111
Current Zulip version: `2.1.6`
12-
Current Docker image version: `2.1.6-0`
12+
Current Docker image version: `2.1.6-1`
1313

1414
Project status: **Experimental**. The core Zulip community recently
1515
adopted this project, and hasn't yet cleaned it up to our

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ services:
4747
volumes:
4848
- '/opt/docker/zulip/redis:/data:rw'
4949
zulip:
50-
image: 'zulip/docker-zulip:2.1.6-0'
50+
image: 'zulip/docker-zulip:2.1.6-1'
5151
build:
5252
context: .
5353
args:

kubernetes/zulip-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
- name: postgresql-persistent-storage
6363
mountPath: /var/lib/postgresql
6464
- name: zulip
65-
image: zulip/docker-zulip:2.1.6-0
65+
image: zulip/docker-zulip:2.1.6-1
6666
resources:
6767
limits:
6868
cpu: 100m

0 commit comments

Comments
 (0)