Skip to content

Commit

Permalink
Bump up Base image and RC/1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalguru committed Apr 3, 2022
1 parent e40dde4 commit 3de1933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM technicalguru/rs-php:7.4.28-apache-2.4.52.0
FROM technicalguru/rs-php:7.4.28-apache-2.4.53.0
LABEL maintainer="Ralph Schuster <[email protected]>"

RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y --no-install-recommends \
Expand All @@ -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.4.11"
ENV ROUNDCUBE_VERSION="1.5.2"
ENV ROUNDCUBE_REVISION="0"

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

* [1.4.11.0, 1.4.11, 1.4, 1, latest](https://hub.docker.com/repository/docker/technicalguru/mailserver-roundcuube) - [Dockerfile](https://github.com/technicalguru/docker-mailserver-roundcube/blob/1.4.11.0/Dockerfile)
* [1.5.2.0, 1.5.2, 1.5, 1, latest](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)

# Features
* Database and Roundcube setup from environment variables
Expand Down

0 comments on commit 3de1933

Please sign in to comment.