-
Notifications
You must be signed in to change notification settings - Fork 106
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
Jenkins
committed
Dec 23, 2020
1 parent
2a3e08f
commit 907ea36
Showing
4 changed files
with
21 additions
and
4 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,9 +1,9 @@ | ||
FROM alpine:3.10 | ||
|
||
LABEL maintainer="Andrei Varabyeu <[email protected]>" | ||
LABEL version=5.3.3 | ||
LABEL version=5.3.4 | ||
|
||
ENV APP_DOWNLOAD_URL https://dl.bintray.com/epam/reportportal/5.3.3 | ||
ENV APP_DOWNLOAD_URL https://dl.bintray.com/epam/reportportal/5.3.4 | ||
|
||
ADD ${APP_DOWNLOAD_URL}/service-ui_linux_amd64 /service-ui | ||
ADD ${APP_DOWNLOAD_URL}/ui.tar.gz / | ||
|
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 +1 @@ | ||
5.3.4-SNAPSHOT | ||
5.3.4 |
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