Skip to content

Commit

Permalink
Merge branch 'release-1.3.3' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Nov 10, 2017
2 parents 2ec4c6e + fc2b0fa commit 958d4e4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.3
- roundcube 1.3.3
- Add robots.txt

## 1.3.2
- roundcube 1.3.2
- Upgrade baseimage: web-baseimage:1.1.1
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME = osixia/roundcube
VERSION = 1.3.2
VERSION = 1.3.3

.PHONY: build build-nocache test tag-latest push push-latest release git-tag-version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Docker Stars](https://img.shields.io/docker/stars/osixia/roundcube.svg)
![](https://images.microbadger.com/badges/image/osixia/roundcube.svg)

Latest release: 1.3.2 - roundcube 1.3.2 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/roundcube/) 
Latest release: 1.3.3 - roundcube 1.3.3 - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/roundcube/) 

**A docker image to run roundcube.**

Expand Down
4 changes: 2 additions & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM osixia/web-baseimage:1.1.1
MAINTAINER Bertrand Gouny <[email protected]>

# roundcube version
ARG ROUNDCUBE_VERSION=1.3.2
ARG ROUNDCUBE_SHA256=83e4505df8f14a94313f4a8ccc88a0550e85d7798336b680f1040097fe93c50a
ARG ROUNDCUBE_VERSION=1.3.3
ARG ROUNDCUBE_SHA256=05d9856c966c0d93accabf724e7ff2fd493bba1a57c44247ed0a2aacd617c879

# MariaDB version
ARG MARIADB_MAJOR=10.2
Expand Down
2 changes: 2 additions & 0 deletions image/service/roundcube/assets/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-Agent: *
Disallow: /
3 changes: 3 additions & 0 deletions image/service/roundcube/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ rm -rf /var/www/html

# Add apache modules
a2enmod deflate expires

# copy robots.txt
cp -f /container/service/roundcube/assets/robots.txt /var/www/roundcube_bootstrap/robots.txt

0 comments on commit 958d4e4

Please sign in to comment.