Skip to content

Commit

Permalink
Roundcube/1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Oct 25, 2023
1 parent 8a8bfdc commit 8f7f745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -
#ADD etc/sites/ /etc/apache2/sites-enabled/
#ADD src/ /var/www/html/
RUN chown -R www-data:www-data /var/www/html
ENV ROUNDCUBE_VERSION="1.6.3"
ENV ROUNDCUBE_VERSION="1.6.4"
ENV ROUNDCUBE_REVISION="0"

RUN cd /var/www/html \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Related images:
# Tags
The following versions are available from DockerHub. The image tag matches the Roundcube version.

* [1.6.3.0, 1.6.3, 1.6, 1, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-roundcube) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-roundcube/blob/1.6.3.0/Dockerfile)
* [1.6.4.0, 1.6.4, 1.6, 1, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-roundcube) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-roundcube/blob/1.6.4.0/Dockerfile)
* [1.5.2.0, 1.5.2, 1.5](https://hub.docker.com/repository/docker/technicalguru/mailserver-roundcube) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-roundcube/blob/1.5.2.0/Dockerfile)
* [1.4.11.0, 1.4.11, 1.4](https://hub.docker.com/repository/docker/technicalguru/mailserver-roundcube) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-roundcube/blob/1.4.11.0/Dockerfile)

Expand Down

0 comments on commit 8f7f745

Please sign in to comment.