-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from nuxsmin/3.2
chore: bump version & build.
- Loading branch information
Showing
8 changed files
with
14 additions
and
14 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
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
FROM composer:2.0 as bootstrap | ||
|
||
ENV SYSPASS_BRANCH="3.2.2" | ||
ENV SYSPASS_BRANCH="3.2.3" | ||
|
||
RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sysPass.git \ | ||
&& composer install \ | ||
|
@@ -19,7 +19,7 @@ RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sy | |
|
||
FROM debian:buster as app | ||
|
||
LABEL [email protected] version=3.2.2 php=7.3 environment=production | ||
LABEL [email protected] version=3.2.3 php=7.3 environment=production | ||
|
||
RUN apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \ | ||
|
@@ -60,7 +60,7 @@ ENV APACHE_RUN_USER="www-data" \ | |
|
||
WORKDIR /var/www/html | ||
|
||
LABEL build=21031301 | ||
LABEL build=22052501 | ||
|
||
# Custom sysPass Apache config with SSL by default | ||
COPY ["syspass.conf", "/etc/apache2/sites-available/"] | ||
|
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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
FROM composer:2.0 as bootstrap | ||
|
||
ENV SYSPASS_BRANCH="3.2.2" | ||
ENV SYSPASS_BRANCH="3.2.3" | ||
|
||
RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sysPass.git \ | ||
&& composer install \ | ||
|
@@ -18,7 +18,7 @@ RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sy | |
|
||
FROM debian:buster as app | ||
|
||
LABEL [email protected] version=3.2.2 php=7.3 environment=debug | ||
LABEL [email protected] version=3.2.3 php=7.3 environment=debug | ||
|
||
RUN apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \ | ||
|
@@ -65,7 +65,7 @@ ENV APACHE_RUN_USER="www-data" \ | |
|
||
WORKDIR /var/www/html | ||
|
||
LABEL build=21031301 | ||
LABEL build=22052501 | ||
|
||
# Custom sysPass Apache config with SSL by default | ||
COPY ["syspass.conf", "/etc/apache2/sites-available/"] | ||
|
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
FROM composer:2.0 as bootstrap | ||
|
||
ENV SYSPASS_BRANCH="3.2.2" | ||
ENV SYSPASS_BRANCH="3.2.3" | ||
|
||
RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sysPass.git \ | ||
&& composer install \ | ||
|
@@ -19,7 +19,7 @@ RUN git clone --depth 1 --branch ${SYSPASS_BRANCH} https://github.com/nuxsmin/sy | |
|
||
FROM php:7.4-apache-buster as app | ||
|
||
LABEL [email protected] version=3.2.2 php=7.4 | ||
LABEL [email protected] version=3.2.3 php=7.4 | ||
|
||
RUN apt-get update \ | ||
&& apt-get install -y \ | ||
|
@@ -51,7 +51,7 @@ ENV APACHE_RUN_USER="www-data" \ | |
|
||
WORKDIR /var/www/html | ||
|
||
LABEL build=21031301 | ||
LABEL build=22052501 | ||
|
||
# Custom sysPass Apache config with SSL by default | ||
COPY ["syspass.conf", "/etc/apache2/sites-available/"] | ||
|
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