Skip to content

Commit

Permalink
[MOD] Bump build number
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed May 25, 2019
1 parent f00fb76 commit 37fc3d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BUILDS=`find ../ -type d -name sysPass-*`
BRANCH="master"
VERSION="3.1.0-rc3"
BUILD_NUMBER="19052501"
BUILD_NUMBER="19052502"

build_env() {
for BUILD in ${BUILDS}; do
Expand Down
2 changes: 1 addition & 1 deletion sysPass-php7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ENV APACHE_RUN_USER="www-data" \

WORKDIR /var/www/html

LABEL build=19052501
LABEL build=19052502

# Custom sysPass Apache config with SSL by default
COPY ["syspass.conf", "/etc/apache2/sites-available/"]
Expand Down
2 changes: 1 addition & 1 deletion sysPass-php7.0_dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ENV APACHE_RUN_USER="www-data" \

WORKDIR /var/www/html

LABEL build=19052501
LABEL build=19052502

# Custom sysPass Apache config with SSL by default
COPY ["syspass.conf", "/etc/apache2/sites-available/"]
Expand Down
2 changes: 1 addition & 1 deletion sysPass-php7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV APACHE_RUN_USER="www-data" \

WORKDIR /var/www/html

LABEL build=19052501
LABEL build=19052502

# Custom sysPass Apache config with SSL by default
COPY ["syspass.conf", "/etc/apache2/sites-available/"]
Expand Down
2 changes: 1 addition & 1 deletion sysPass-php7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV APACHE_RUN_USER="www-data" \

WORKDIR /var/www/html

LABEL build=19052501
LABEL build=19052502

# Custom sysPass Apache config with SSL by default
COPY ["syspass.conf", "/etc/apache2/sites-available/"]
Expand Down
2 changes: 1 addition & 1 deletion sysPass-php7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ENV APACHE_RUN_USER="www-data" \

WORKDIR /var/www/html

LABEL build=19052501
LABEL build=19052502

# Custom sysPass Apache config with SSL by default
COPY ["syspass.conf", "/etc/apache2/sites-available/"]
Expand Down

0 comments on commit 37fc3d7

Please sign in to comment.