-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e40dde4
commit 3de1933
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ | ||
|
@@ -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 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters