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 #180 from itsthejb/ispc-3.2.4
Browse files Browse the repository at this point in the history
Ispc 3.2.4
  • Loading branch information
itsthejb authored Apr 7, 2021
2 parents e183d82 + cb3897a commit e34dc09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
##########################
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
################################
# Run Linter against code base #
################################
Expand Down Expand Up @@ -102,4 +104,4 @@ jobs:
VALIDATE_TYPESCRIPT_STANDARD: false
VALIDATE_XML: false
VALIDATE_YAM: false


2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LABEL description="ISPConfig 3.2 on Debian Buster, with Roundcube mail, phpMyAdm
# All arguments
ARG BUILD_CERTBOT="yes"
ARG BUILD_HOSTNAME="myhost.test.com"
ARG BUILD_ISPCONFIG_VERSION="3.2.3"
ARG BUILD_ISPCONFIG_VERSION="3.2.4"
ARG BUILD_ISPCONFIG_DROP_EXISTING="no"
ARG BUILD_ISPCONFIG_MYSQL_DATABASE="dbispconfig"
ARG BUILD_ISPCONFIG_PORT="8080"
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.9.4
image: itsthejb/ispconfig:0.9.5
container_name: ispconfig
hostname: ispconfig
domainname: test.com
Expand Down

0 comments on commit e34dc09

Please sign in to comment.