Skip to content

Commit 4aa774a

Browse files
author
reportportal.io
committed
Dockerfile update
1 parent 11f52d1 commit 4aa774a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
FROM alpine:3.11
22

33
LABEL maintainer="Andrei Varabyeu <[email protected]>"
4-
LABEL version=5.0.10
4+
LABEL version=5.0.11
55

6-
ENV APP_DOWNLOAD_URL https://github.com/reportportal/service-index/releases/download/5.0.10/service-index_linux_amd64
7-
RUN apk --no-cache add --upgrade apk-tools
6+
ENV APP_DOWNLOAD_URL https://github.com/reportportal/service-index/releases/download/v5.0.11/service-index_linux_amd64
87

98
ADD ${APP_DOWNLOAD_URL} /service-index
109

0 commit comments

Comments
 (0)