-
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
Sep 16, 2020
1 parent
2e45aab
commit dc48a83
Showing
4 changed files
with
16 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.0 | ||
LABEL version=5.3.1 | ||
|
||
ENV APP_DOWNLOAD_URL https://dl.bintray.com/epam/reportportal/5.3.0 | ||
ENV APP_DOWNLOAD_URL https://dl.bintray.com/epam/reportportal/5.3.1 | ||
|
||
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.1-SNAPSHOT | ||
5.3.1 |
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