Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #157 from itsthejb/0.7.3
Browse files Browse the repository at this point in the history
3.1.15p3, Roundcube 1.4.3
  • Loading branch information
itsthejb authored Apr 15, 2020
2 parents a1a8813 + 3b4fb43 commit cc6beef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LABEL description="ISPConfig 3.1 on Debian Buster, with Roundcube mail, phpMyAdm
# All arguments
ARG BUILD_CERTBOT="yes"
ARG BUILD_HOSTNAME="myhost.test.com"
ARG BUILD_ISPCONFIG_VERSION="3.1.15p2"
ARG BUILD_ISPCONFIG_VERSION="3.1.15p3"
ARG BUILD_ISPCONFIG_DROP_EXISTING="no"
ARG BUILD_ISPCONFIG_MYSQL_DATABASE="dbispconfig"
ARG BUILD_ISPCONFIG_PORT="8080"
Expand All @@ -41,7 +41,7 @@ ARG BUILD_PHPMYADMIN_USER="phpmyadmin"
ARG BUILD_PHPMYADMIN_VERSION="4.9.1"
ARG BUILD_PRINTING="no"
ARG BUILD_REDIS="yes"
ARG BUILD_ROUNDCUBE_VERSION="1.4.2"
ARG BUILD_ROUNDCUBE_VERSION="1.4.3"
ARG BUILD_ROUNDCUBE_DB="roundcube"
ARG BUILD_ROUNDCUBE_DIR="/opt/roundcube"
ARG BUILD_ROUNDCUBE_PW="secretpassword"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
##################################################
# RUN section
##################################################
image: itsthejb/ispconfig:0.7.2
image: itsthejb/ispconfig:0.7.3
container_name: ispconfig
hostname: ispconfig
domainname: test.com
Expand Down
4 changes: 2 additions & 2 deletions test/bats/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ setup() {
}

@test "default rspamd web interface is accessible" {
skip
docker exec "$CONTAINER" apt-get -y install curl
run docker exec "$CONTAINER" curl "http://localhost:11334"
[ $(echo "$output" | grep "<title>Rspamd Web Interface</title>") ]
docker exec "$CONTAINER" curl -s "http://localhost:11334"
}

@test "stored roundcube password is correctly changed" {
Expand Down

0 comments on commit cc6beef

Please sign in to comment.