-
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
Feb 4, 2021
1 parent
20efce4
commit 3acbe26
Showing
4 changed files
with
12 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.4 | ||
LABEL version=5.3.5 | ||
|
||
ENV APP_DOWNLOAD_URL https://dl.bintray.com/epam/reportportal/5.3.4 | ||
ENV APP_DOWNLOAD_URL https://dl.bintray.com/epam/reportportal/5.3.5 | ||
|
||
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.5-SNAPSHOT | ||
5.3.5 |
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